$NetBSD: patch-ae,v 1.2 2002/03/25 12:54:19 rh Exp $

--- netsaint.cfg.in.orig	Mon Dec  3 07:27:51 2001
+++ netsaint.cfg.in
@@ -16,7 +16,7 @@
 # for historical purposes.  This should be the first option specified 
 # in the config file!!!
 
-log_file=@localstatedir@/netsaint.log
+log_file=@localstatedir@/log/netsaint/netsaint.log
 
 
 
@@ -72,7 +72,7 @@
 # The contentsof the status file are deleted every time NetSaint
 #  restarts.
 
-status_file=@localstatedir@/status.log
+status_file=@localstatedir@/log/netsaint/status.log
 
 
 
@@ -138,7 +138,7 @@
 # directory level instead of on the file, as the file is deleted every
 # time its contents are processed.
 
-command_file=@localstatedir@/rw/netsaint.cmd
+command_file=@localstatedir@/run/netsaint/rw/netsaint.cmd
 
 
 
@@ -146,7 +146,7 @@
 # This is the file that NetSaint will use for storing host and service
 # comments.
 
-comment_file=@localstatedir@/comment.log
+comment_file=@localstatedir@/log/netsaint/comment.log
 
 
 
@@ -164,7 +164,7 @@
 # is created, used, and deleted throughout the time that NetSaint is
 # running. 
 
-temp_file=@localstatedir@/netsaint.tmp
+temp_file=@localstatedir@/run/netsaint/netsaint.tmp
 
 
 
@@ -185,7 +185,7 @@
 # This is the directory where archived (rotated) log files should be 
 # placed (assuming you've chosen to do log rotation).
 
-log_archive_path=@localstatedir@/archives
+log_archive_path=@localstatedir@/log/netsaint/archives
 
 
 
@@ -378,7 +378,7 @@
 # This file is used only if the preserve_state_information
 # variable is set to 1.
 
-state_retention_file=@localstatedir@/status.sav
+state_retention_file=@localstatedir@/log/netsaint/status.sav
 
 
 
