summaryrefslogtreecommitdiffstats
path: root/live/One/2006.0/patches/lp.script.start.patch
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-04-25 12:26:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-04-25 12:26:16 +0000
commit126777bc019a54afb4ec51299f2cf9d2841698aa (patch)
tree97f76e571902ead55ba138f1156a4b4f00b9b779 /live/One/2006.0/patches/lp.script.start.patch
parentf1f67448efc714873378dfeb8279fae68054a90a (diff)
downloaddrakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.gz
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.bz2
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.tar.xz
drakx-126777bc019a54afb4ec51299f2cf9d2841698aa.zip
re-sync after the big svn loss
Diffstat (limited to 'live/One/2006.0/patches/lp.script.start.patch')
-rw-r--r--live/One/2006.0/patches/lp.script.start.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/live/One/2006.0/patches/lp.script.start.patch b/live/One/2006.0/patches/lp.script.start.patch
deleted file mode 100644
index 6a2b36b23..000000000
--- a/live/One/2006.0/patches/lp.script.start.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- etc/dynamic/scripts/lp.script.start 2006-03-03 10:15:52.000000000 -0500
-+++ etc/dynamic/scripts/lp.script 2006-03-03 10:59:14.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 status >/dev/null || service cups start
- autosetupprintqueues --$AUTO_SETUP_QUEUES_MODE &
- fi
- fi