]> git.pld-linux.org Git - packages/cups.git/commitdiff
- full path in daemon() auto/th/cups-1_3_10-1 auto/ti/cups-1_3_10-1
authorzbyniu <zbyniu@pld-linux.org>
Thu, 30 Apr 2009 23:24:41 +0000 (23:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups.init -> 1.24

cups.init

index 16693f16b3b8d99a45d077ebfd1bab2452f61413..1c95c5aaf51317aecd91fd735ee63565d126ea80 100644 (file)
--- a/cups.init
+++ b/cups.init
@@ -31,7 +31,7 @@ start() {
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/cups ]; then
                msg_starting CUPS
-               daemon cupsd -c /etc/cups/cupsd.conf
+               daemon /usr/sbin/cupsd -c /etc/cups/cupsd.conf
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/cups
        else
This page took 0.07223 seconds and 4 git commands to generate.