From 816ab89efe1c9670519a13fb2bb459b8ffacb0a5 Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Fri, 30 Oct 2009 11:46:40 +0000 Subject: [PATCH] Re-upload, I mistake dirs. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2063 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/DEBIAN/conffiles | 1 - pandora_console/DEBIAN/prerm | 12 ------------ 3 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 pandora_console/DEBIAN/conffiles delete mode 100755 pandora_console/DEBIAN/prerm diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 281e6c45ba..0959805991 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2009-10-30 Miguel de Dios + + * DEBIAN/control, DEBIAN/md5sums, DEBIAN/postinst, DEBIAN/prerm, + DEBIAN/conffiles: sorry, I had the permissions to directory DEBIAN not + "755" and in the previus commit don't upload. + 2009-10-29 Miguel de Dios * DEBIAN/postinst: add the same message as RPM in the finish installation. diff --git a/pandora_console/DEBIAN/conffiles b/pandora_console/DEBIAN/conffiles deleted file mode 100644 index 0a0587e3db..0000000000 --- a/pandora_console/DEBIAN/conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/pandora/pandora_agent.conf diff --git a/pandora_console/DEBIAN/prerm b/pandora_console/DEBIAN/prerm deleted file mode 100755 index ede6b26aeb..0000000000 --- a/pandora_console/DEBIAN/prerm +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -echo Stop Pandora agent daemon -/etc/init.d/pandora_agent_daemon stop - -PANDORA_CFG=/etc/pandora - -rm -rf $PANDORA_CFG/plugins -rm -rf $PANDORA_CFG/pandora_agent.conf - -INITLV=`cat /etc/inittab | grep "[0-9]\:initdefault" | cut -f 2 -d ":"` -rm /etc/rc$INITLV.d/S90pandora_agent