Re-upload, I mistake dirs.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2063 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
5baeb92f79
commit
4785fcd40c
|
@ -1,3 +1,9 @@
|
||||||
|
2009-10-30 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
|
* 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 <miguel.dedios@artica.es>
|
2009-10-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* DEBIAN/postinst: add the same message as RPM in the finish installation.
|
* DEBIAN/postinst: add the same message as RPM in the finish installation.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
/etc/pandora/pandora_agent.conf
|
|
|
@ -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
|
|
Loading…
Reference in New Issue