summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/common.hook2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/common.hook b/contrib/common.hook
index 88066cf..9018888 100755
--- a/contrib/common.hook
+++ b/contrib/common.hook
@@ -15,7 +15,7 @@ function RUNDAEMON {
force=1
shift
elif [[ "$1" = "-d" ]]; then
- [[ -e "/var/run/daemons/$2" ]]
+ [[ -e "/run/daemons/$2" ]]
if [ $? -eq 0 ]; then
case "$dep" in
yes) ;;