Index: trunk/docs/Changelog
===================================================================
--- trunk/docs/Changelog	(revision 386)
+++ trunk/docs/Changelog	(revision 387)
@@ -1,7 +1,12 @@
+3.0.2:  * fixed: the config file template mentions (in a comment) the
+	  non-existent directive SetLockPath instead of the correct
+	  SetLockfilePath (reported by Curtis).
+	* fixed: the definition of O_NOATIME isn't seen in sh_files.c.
+
 3.0.1:
 	* fix a memory leak (reported by C. Westlake)
 	* fix an uninitialized variable in the suidcheck code (problem
 	  reports by T- Luettgert and Kai)
-	* fix a bug in the port check with --disable-ipv6 (reported 
+	* fix a bug in the port check with --disable-ipv6 (reported
 	  by C. Westlake)
 	* fix potential deadlock in sh_files.c (reported by S. Mirolo)
Index: trunk/samhainrc.freebsd
===================================================================
--- trunk/samhainrc.freebsd	(revision 386)
+++ trunk/samhainrc.freebsd	(revision 387)
@@ -638,5 +638,5 @@
 ## Path to the PID file
 #
-# SetLockPath = (default: compiled-in)
+# SetLockfilePath = (default: compiled-in)
 
 
Index: trunk/samhainrc.linux
===================================================================
--- trunk/samhainrc.linux	(revision 386)
+++ trunk/samhainrc.linux	(revision 387)
@@ -681,5 +681,5 @@
 ## Path to the PID file
 #
-# SetLockPath = (default: compiled-in)
+# SetLockfilePath = (default: compiled-in)
 
 
Index: trunk/samhainrc.netbsd
===================================================================
--- trunk/samhainrc.netbsd	(revision 386)
+++ trunk/samhainrc.netbsd	(revision 387)
@@ -771,5 +771,5 @@
 ## Path to the PID file
 #
-# SetLockPath = (default: compiled-in)
+# SetLockfilePath = (default: compiled-in)
 
 
Index: trunk/samhainrc.solaris
===================================================================
--- trunk/samhainrc.solaris	(revision 386)
+++ trunk/samhainrc.solaris	(revision 387)
@@ -597,5 +597,5 @@
 ## Path to the PID file
 #
-# SetLockPath = (default: compiled-in)
+# SetLockfilePath = (default: compiled-in)
 
 
