]> git.pld-linux.org Git - packages/daemontools.git/commitdiff
- switch to /service directory (req. by license)
authorsaq <saq@pld-linux.org>
Sun, 28 Oct 2001 11:24:25 +0000 (11:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    daemontools.init -> 1.4
    daemontools.sysconfig -> 1.2

daemontools.init
daemontools.sysconfig

index 5033d12a2bd2c4234320461ea407e460577d5074..d68efd08e97f14884f5147d768d413d704640154 100644 (file)
@@ -52,8 +52,8 @@ case "$1" in
         if [ -f /var/lock/subsys/svscan ]; then
                msg_stopping svscan
                killproc svscan
-               svc -d -x /var/run/service/* \
-                       $(find /var/run/service/* -maxdepth 0 -follow -perm -1000|sed s-\$-/log-)
+               svc -d -x $SVSCAN_DIR/* \
+                       $(find $SVSCAN_DIR/* -maxdepth 0 -follow -perm -1000|sed s-\$-/log-)
                rm -f /var/run/svscan.pid /var/lock/subsys/svscan >/dev/null 2>&1
        else
                msg_Not_Running svscan
index 40e2cbd742bff3470158ec66d54aeeabd619422c..06c7a18cc6928bd946fb5caa629990ab510a7b97 100644 (file)
@@ -1,2 +1,2 @@
 # location of svscan service (directory):
-SVSCAN_DIR="/var/run/service"
+SVSCAN_DIR="/service"
This page took 0.062674 seconds and 4 git commands to generate.