more corrections for daemon/scripts renaming

This commit is contained in:
Blake J. Harnden 2018-03-15 11:56:30 -07:00
parent 89b448f580
commit 6d3470c95f
2 changed files with 2 additions and 2 deletions

View file

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