Subversion Repositories configs

Rev

Rev 163 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 163 Rev 171
Line 18... Line 18...
18
 
18
 
19
# See how we were called.
19
# See how we were called.
20
case "$1" in
20
case "$1" in
21
  start)
21
  start)
22
	echo -n "Starting Clam AntiVirus Daemon: "
22
	echo -n "Starting Clam AntiVirus Daemon: "
23
	daemon clamd
23
	daemon /usr/sbin/clamd
24
	RETVAL=$?
24
	RETVAL=$?
25
	echo
25
	echo
26
	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/clamd
26
	[ $RETVAL -eq 0 ] && touch /var/lock/subsys/clamd
27
	;;
27
	;;
28
  stop)
28
  stop)