diff options
Diffstat (limited to 'live/One/2006.0/patches/lp.script.start.patch')
-rw-r--r-- | live/One/2006.0/patches/lp.script.start.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/live/One/2006.0/patches/lp.script.start.patch b/live/One/2006.0/patches/lp.script.start.patch new file mode 100644 index 000000000..673051972 --- /dev/null +++ b/live/One/2006.0/patches/lp.script.start.patch @@ -0,0 +1,11 @@ +--- etc/dynamic/scripts/lp.script.start 2006-03-03 10:15:52.000000000 -0500 ++++ etc/dynamic/scripts/lp.script 2006-03-03 10:17:48.000000000 -0500 +@@ -78,6 +78,8 @@ + # not already running + ps auxwww | grep 'perl /usr/sbin/autosetupprintqueues' | grep -vq grep && return + ps auxwww | grep 'perl /usr/sbin/printerdrake' | grep -vq grep && return ++ chkconfig --add cups ++ service cups start + autosetupprintqueues --$AUTO_SETUP_QUEUES_MODE & + fi + fi |