2009-12-17 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/postinst: change the code to insert as service the server and the server tentacle. Fixes: 2911327 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2210 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
40f7f01680
commit
3a1726b8d7
|
@ -1,3 +1,9 @@
|
|||
2009-12-17 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* DEBIAN/postinst: change the code to insert as service the server and
|
||||
the server tentacle.
|
||||
Fixes: 2911327
|
||||
|
||||
2009-12-16 Raul Mateos <raulofpandora@gmail.com>
|
||||
|
||||
* DEBIAN/make_deb_package.sh, lib/PandoraFMS/Config.pm, README,
|
||||
|
|
|
@ -71,11 +71,11 @@ mkdir /etc/pandora 2> /dev/null
|
|||
chmod 770 /etc/pandora/pandora_server.conf
|
||||
|
||||
echo "Linking startup script to /etc/rc2.d"
|
||||
ln -s /etc/init.d/pandora_server /etc/rc2.d/S90pandora_server
|
||||
update-rc.d pandora_server defaults
|
||||
|
||||
# Tentacle server install
|
||||
echo "Installing tentacle server in /etc/rc2.d/S80tentacle_serverd"
|
||||
ln -s /etc/init.d/tentacle_serverd /etc/rc2.d/S80tentacle_serverd
|
||||
update-rc.d tentacle_serverd defaults
|
||||
|
||||
if [ -d /etc/cron.daily ]
|
||||
then
|
||||
|
|
Loading…
Reference in New Issue