]> git.pld-linux.org Git - packages/cups.git/commitdiff
- changed cups.conf to cupsd.conf in start section
authoraflinta <aflinta@pld-linux.org>
Mon, 3 Sep 2001 20:57:32 +0000 (20:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups.init -> 1.4

cups.init

index ecbbc7937982b47493f28a617d852e6b66eaebbe..87a5e5083c76ef20a5773a3c3a9effa559307c60 100644 (file)
--- a/cups.init
+++ b/cups.init
@@ -29,7 +29,7 @@ case "$1" in
        # Check if the service is already running?
        if [ ! -f /var/lock/subsys/cups ]; then
                msg_starting CUPS
-               daemon cupsd -c /etc/cups/cups.conf
+               daemon cupsd -c /etc/cups/cupsd.conf
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/cups
        else
This page took 0.056666 seconds and 4 git commands to generate.