2010-06-01 Miguel de Dios <miguel.dedios@artica.es>

* DEBIAN/prerm: disabled the delete conf file.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2833 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2010-06-01 14:36:44 +00:00
parent bd8bea8105
commit 9628d52c5a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-06-01 Miguel de Dios <miguel.dedios@artica.es>
* DEBIAN/prerm: disabled the delete conf file.
2010-06-01 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/SNMPServer.pm: Set default values to avoid warnings.

View File

@ -55,7 +55,7 @@ get_distro () {
echo "$LINUX_DISTRO:$OS_VERSION:$LINUX"
}
rm /etc/pandora/pandora_server.conf
#rm /etc/pandora/pandora_server.conf
GET_DISTRO="`get_distro`"
DISTRO=`echo $GET_DISTRO | cut -f 1 -d ":"`