diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-03-03 16:07:39 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-03-03 16:07:39 +0000 |
commit | 41886c4ea34a746f0e45c60d6bf734eb4d52b1c9 (patch) | |
tree | 774971cd5cc1e5bd01713b0809c757a2fbc662f2 /live | |
parent | 892bffaed3d9656530ece4dce8ca7b4c0f19eb01 (diff) | |
download | drakx-41886c4ea34a746f0e45c60d6bf734eb4d52b1c9.tar drakx-41886c4ea34a746f0e45c60d6bf734eb4d52b1c9.tar.gz drakx-41886c4ea34a746f0e45c60d6bf734eb4d52b1c9.tar.bz2 drakx-41886c4ea34a746f0e45c60d6bf734eb4d52b1c9.tar.xz drakx-41886c4ea34a746f0e45c60d6bf734eb4d52b1c9.zip |
space fixes
Diffstat (limited to 'live')
-rw-r--r-- | live/One/2006.0/patches/lp.script.start.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/live/One/2006.0/patches/lp.script.start.patch b/live/One/2006.0/patches/lp.script.start.patch index 673051972..99c7ba477 100644 --- a/live/One/2006.0/patches/lp.script.start.patch +++ b/live/One/2006.0/patches/lp.script.start.patch @@ -1,11 +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 +--- 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 start - autosetupprintqueues --$AUTO_SETUP_QUEUES_MODE & - fi + # 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 |