]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Remove the deprecated ServiceIPC key and add the recommended EnableTransactions
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 21 Feb 2014 13:05:19 +0000 (13:05 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Fri, 21 Feb 2014 13:05:19 +0000 (13:05 +0000)
key.

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11633 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/org.cups.cups-lpd.plist.in
scheduler/org.cups.cupsd.plist

index 32067ef1da998f1a2842a5d5b0e71ada059da855..9970b357464876e6bf19de2da7bee167c9f938db 100644 (file)
@@ -6,6 +6,8 @@
        <true/>
        <key>Label</key>
        <string>org.cups.cups-lpd</string>
+       <key>EnableTransactions</key>
+       <false/>
        <key>ProgramArguments</key>
        <array>
                <string>/usr/libexec/cups/daemon/cups-lpd</string>
index 7a5e0fd011845b5119b9d1aa254d2673e2bc014a..296c5721621de9b10b8999b28217eb954cf959e6 100644 (file)
                <key>CUPS_DEBUG_LEVEL</key>
                <string>3</string>
                <key>CUPS_DEBUG_FILTER</key>
-               <string>^(cupsDo|cupsGet|cupsSet|http|_http|ipp|_ipp|mime).*</string>
+               <string>^(cupsDo|cupsGet|cupsMake|cupsSet|http|_http|ipp|_ipp|mime).*</string>
        </dict>
-       <key>ServiceIPC</key>
-       <true/>
        <key>Sockets</key>
        <dict>
                <key>Listeners</key>