From 0a362b7861852651101769e06417974925d11c3c48abcc20ec9677e5d9afb81d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 23 Aug 2007 04:35:15 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:irc/atheme?expand=0&rev=26 --- atheme.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atheme.init b/atheme.init index d53713c..922eb85 100644 --- a/atheme.init +++ b/atheme.init @@ -111,7 +111,7 @@ # Check for missing binaries (stale symlinks should not happen) # 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"; if [ "$1" = "stop" ]; then exit 0; else exit 5; fi; }