SHA256
1
0
forked from pool/atheme
OBS User unknown 2007-08-23 04:35:15 +00:00 committed by Git OBS Bridge
parent b71ee0aea0
commit 0a362b7861

View File

@ -111,7 +111,7 @@
# Check for missing binaries (stale symlinks should not happen) # Check for missing binaries (stale symlinks should not happen)
# Note: Special treatment of stop for LSB conformance # Note: Special treatment of stop for LSB conformance
ATHEME_BIN=/usr/sbin/atheme ATHEME_BIN=/usr/sbin/atheme-services
test -x $ATHEME_BIN || { echo "$ATHEME_BIN not installed"; test -x $ATHEME_BIN || { echo "$ATHEME_BIN not installed";
if [ "$1" = "stop" ]; then exit 0; if [ "$1" = "stop" ]; then exit 0;
else exit 5; fi; } else exit 5; fi; }