Subversion Repositories ALCASAR

Rev

Rev 334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 334 Rev 1827
Line 6... Line 6...
6
 # Type havp --help for help and read havp.config you should have received.
6
 # Type havp --help for help and read havp.config you should have received.
7
+# chkconfig: 2345 11 89
7
+# chkconfig: 2345 11 89
8
+# description: starts HAVP the High Availability Antivirus Proxy
8
+# description: starts HAVP the High Availability Antivirus Proxy
9
+#
9
+#
10
 
10
 
11
-HAVP_BIN=/usr/local/sbin/havp
11
-HAVP_BIN=/usr/local/bin/havp
12
-HAVP_CONFIG=/usr/local/etc/havp/havp.config
12
-HAVP_CONFIG=/usr/local/etc/havp/havp.config
13
+HAVP_BIN=/usr/sbin/havp
13
+HAVP_BIN=/usr/sbin/havp
14
+HAVP_CONFIG=/etc/havp/havp.config
14
+HAVP_CONFIG=/etc/havp/havp.config
15
 PIDFILE=/var/run/havp/havp.pid
15
 PIDFILE=/var/run/havp/havp.pid
16
 
16