Subversion Repositories ALCASAR

Rev

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

Rev 1192 Rev 2776
Line 13... Line 13...
13
#
13
#
14
 
14
 
15
. /etc/init.d/functions
15
. /etc/init.d/functions
16
HAVP_BIN=/usr/sbin/havp
16
HAVP_BIN=/usr/sbin/havp
17
HAVP_CONFIG=/etc/havp/havp.config
17
HAVP_CONFIG=/etc/havp/havp.config
18
PIDFILE=/var/run/havp/havp.pid
18
PIDFILE=/run/havp/havp.pid
19
NAME=havp
19
NAME=havp
20
DESC=havp
20
DESC=havp
21
 
21
 
22
test -x $HAVP_BIN || exit 0
22
test -x $HAVP_BIN || exit 0
23
 
23