1939 |
richard |
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
|
|
|
3 |
@@ -8,9 +8,12 @@
|
|
|
4 |
# HAVP_BIN HAVP_CONFIG PIDFILE
|
|
|
5 |
# Any configuration of HAVP is done in havp.config
|
|
|
6 |
# Type havp --help for help and read havp.config you should have received.
|
|
|
7 |
+# chkconfig: 2345 11 89
|
|
|
8 |
+# description: starts HAVP the High Availability Antivirus Proxy
|
|
|
9 |
+#
|
|
|
10 |
|
|
|
11 |
-HAVP_BIN=/usr/local/bin/havp
|
|
|
12 |
-HAVP_CONFIG=/usr/local/etc/havp/havp.config
|
|
|
13 |
+HAVP_BIN=/usr/sbin/havp
|
|
|
14 |
+HAVP_CONFIG=/etc/havp/havp.config
|
|
|
15 |
PIDFILE=/var/run/havp/havp.pid
|
|
|
16 |
|
|
|
17 |
# Return values acc. to LSB for all commands but status:
|