summaryrefslogtreecommitdiff
path: root/scheduler/org.cups.cups-lpd.plist.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-06 21:43:23 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-02-06 21:43:23 +0000
commit64dda3963f4d582d17aaea7b43233e29e2cef9a0 (patch)
treeffe9111b5c8c9a3158148900cc4b3161a4ae229d /scheduler/org.cups.cups-lpd.plist.in
parent543507bea212d99ccad4470e24edf789da1567bc (diff)
downloadcups-64dda3963f4d582d17aaea7b43233e29e2cef9a0.tar.gz
Enable transaction and pressured exit support (<rdar://problem/19749501>)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12493 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'scheduler/org.cups.cups-lpd.plist.in')
-rw-r--r--scheduler/org.cups.cups-lpd.plist.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/scheduler/org.cups.cups-lpd.plist.in b/scheduler/org.cups.cups-lpd.plist.in
index 43eee68c1..c4fc8fe64 100644
--- a/scheduler/org.cups.cups-lpd.plist.in
+++ b/scheduler/org.cups.cups-lpd.plist.in
@@ -7,9 +7,9 @@
<key>Label</key>
<string>org.cups.cups-lpd</string>
<key>EnableTransactions</key>
- <false/>
+ <true/>
<key>EnablePressuredExit</key>
- <false/>
+ <true/>
<key>ProgramArguments</key>
<array>
<string>/usr/libexec/cups/daemon/cups-lpd</string>