]> git.pld-linux.org Git - packages/cups.git/commitdiff
- killed my previous bogus "fixes"
authorankry <ankry@pld-linux.org>
Wed, 7 May 2003 16:07:25 +0000 (16:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups.init -> 1.12

cups.init

index 03e0849345f7da10faaf66cd9186f54aee0688b2..1660c3fb3f8b84abda7639546104b2d875086da8 100644 (file)
--- a/cups.init
+++ b/cups.init
@@ -59,10 +59,8 @@ case "$1" in
   reload)
        if [ -f /var/lock/subsys/cupsd ]; then
                msg_reloading CUPS
-               busy
                killproc cupsd -HUP
                RETVAL=$?
-               [ $RETVAL -eq 0 ] && ok || died
        else
                msg_not_running CUPS
                exit 1
This page took 0.033994 seconds and 4 git commands to generate.