Author: Gerfried Fuchs <rhonda@debian.at>	vim:ft=diff:
Description: Adjust config files to have some more sensible defaults

Index: nagzilla-1.5.5-1/nagzillac.cfg
===================================================================
--- nagzilla-1.5.5-1.orig/nagzillac.cfg
+++ nagzilla-1.5.5-1/nagzillac.cfg
@@ -1,7 +1,7 @@
 #nagzillac configuration file
 
 #Nagzilla server to connect to
-NagzillaServer = 
+NagzillaServer = 127.0.0.1
 #Nagzilla Server port to use
 NagzillaPort = 49776
 
Index: nagzilla-1.5.5-1/nagzillad.cfg
===================================================================
--- nagzilla-1.5.5-1.orig/nagzillad.cfg
+++ nagzilla-1.5.5-1/nagzillad.cfg
@@ -3,22 +3,22 @@
 
 #Nagzillad Server Settings
 #IP to bind to
-BindAddr = 
+BindAddr = 127.0.0.1
 #Port to bind to
 BindPort = 49776 
 #Username to run as
-BindUser = nobody 
+BindUser = nagzilla 
 #Run as daemon, use 1 - to run in foreground use 0
 Daemon = 1 
 #To log server starts and stop and messages sent use 1
 To_Log = 1
 #Where would you like to log to today? 
-Log_Directory = /var/log
+Log_Directory = /var/log/nagzilla
 #Default error log level
 Error_Log_Level = 6 
 
-#Nagzillad Access Control
-AllowedIPAddr = {comma separated list of IP addresses allowed to connect}
+#Nagzillad Access Control {comma separated list of IP addresses allowed to connect}
+AllowedIPAddr = 127.0.0.1
 
 
 #Jabber Server Settings
