Subversion Repositories ALCASAR

Rev

Rev 1939 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 1939 Rev 2768
1
--- etc/init.d/havp	2006-03-24 14:23:00.000000000 +0100
1
--- etc/init.d/havp	2006-03-24 14:23:00.000000000 +0100
2
+++ etc/init.d/havp	2006-05-31 14:21:46.000000000 +0200
2
+++ etc/init.d/havp	2006-05-31 14:21:46.000000000 +0200
3
@@ -8,9 +8,12 @@
3
@@ -8,9 +8,12 @@
4
 # HAVP_BIN HAVP_CONFIG PIDFILE
4
 # HAVP_BIN HAVP_CONFIG PIDFILE
5
 # Any configuration of HAVP is done in havp.config
5
 # Any configuration of HAVP is done in havp.config
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/bin/havp
11
-HAVP_BIN=/usr/local/sbin/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
 
17
 # Return values acc. to LSB for all commands but status:
17
 # Return values acc. to LSB for all commands but status:
18
 
18