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:
parent
bd8bea8105
commit
9628d52c5a
|
@ -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.
|
||||
|
|
|
@ -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 ":"`
|
||||
|
|
Loading…
Reference in New Issue