]> git.pld-linux.org Git - packages/freedt.git/commitdiff
- redirect errors from find to /dev/null
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 8 May 2005 13:37:28 +0000 (13:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freedt.init -> 1.5

freedt.init

index e799b0c8467e787090f9926419b60b67d9e528f9..a18671f44b9a479070f3129865b060fe439ee9d9 100644 (file)
@@ -57,7 +57,7 @@ case "$1" in
                msg_stopping svscan
                killproc svscan
                svc -d -x $SVSCAN_DIR/* \
-                   $(find $SVSCAN_DIR/* -maxdepth 0 -follow -perm -1000|sed s-\$-/log-)
+                   $(find $SVSCAN_DIR/* -maxdepth 0 -follow -perm -1000 2> /dev/null |sed s-\$-/log-)
                rm -f /var/run/svscan.pid /var/lock/subsys/svscan >/dev/null 2>&1
        else
                msg_not_running svscan
This page took 0.08198 seconds and 4 git commands to generate.