]> git.pld-linux.org Git - packages/cups.git/commitdiff
- default config file for cupsd added
authorpascalek <pascalek@pld-linux.org>
Thu, 7 Dec 2000 14:48:31 +0000 (14:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cups.init -> 1.3

cups.init

index 5f183e94838bb282ba4c138c5005875d7ade4d74..ecbbc7937982b47493f28a617d852e6b66eaebbe 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
+               daemon cupsd -c /etc/cups/cups.conf
                RETVAL=$?
                [ $RETVAL -eq 0 ] && touch /var/lock/subsys/cups
        else
This page took 0.085382 seconds and 4 git commands to generate.