- Update reference.conf
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Fri, 26 Dec 2014 14:02:15 +0000 (14:02 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Fri, 26 Dec 2014 14:02:15 +0000 (14:02 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5143 82007160-df01-0410-b94d-b575c5fd34c7

doc/reference.conf

index 5c3ca79564e7e7aef4f7910b311817d0311568ca..6e68863677f054c9534ddd635b82a5cbc81975ed 100644 (file)
@@ -1,5 +1,7 @@
 /*
  * Hybrid Open Proxy Monitor - HOPM sample configuration
+ *
+ * $Id$
  */
 
 /*
@@ -22,7 +24,7 @@ options {
         * Full path and filename for storing the process ID of the running
         * HOPM.
         */
-       pidfile = "/some/path/hopm.pid";
+       pidfile = "/some/path/var/hopm.pid";
 
        /*
         * How long to store the IP address of hosts which are confirmed
@@ -54,7 +56,7 @@ options {
         * the scan in question can be useful.  Leave commented for no
         * logging.
         */
-#      scanlog = "/some/path/scan.log";
+#      scanlog = "/some/path/var/scan.log";
 };
 
 
@@ -217,7 +219,7 @@ irc {
         * An AKILL example for services with OperServ. Your HOPM must have permission to
         * AKILL for this to work!
         */
-#      kline = "OS AKILL +3h *@%h Open proxy found on your host.";
+#      kline = "OS AKILL ADD +3h *@%h Open proxy found on your host.";
 
        /*
         * Text to send on connection, these can be stacked and will be sent in this order.