From e902a841ae5841f78a0f26c3f95ee820338c4404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Sun, 8 Feb 2004 02:21:55 +0000 Subject: [PATCH] added missing cups symlinks for runlevels 1, 4 and 6, reported by Nathan Coulson git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1779 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- appendices/symlinks/rc1.xml | 8 ++++++++ appendices/symlinks/rc4.xml | 9 ++++++++- appendices/symlinks/rc6.xml | 8 ++++++++ pst/printing/cups/cups-config.xml | 5 ++++- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/appendices/symlinks/rc1.xml b/appendices/symlinks/rc1.xml index 1ce687e98d..14ac3a0e60 100644 --- a/appendices/symlinks/rc1.xml +++ b/appendices/symlinks/rc1.xml @@ -20,6 +20,14 @@ Explanation + +K00 +cups +../init.d/cups +Shut down Common Unix printing system: + + K00 lprng diff --git a/appendices/symlinks/rc4.xml b/appendices/symlinks/rc4.xml index 7292920d25..503e1a058b 100644 --- a/appendices/symlinks/rc4.xml +++ b/appendices/symlinks/rc4.xml @@ -167,6 +167,14 @@ Start the General Purpose Mouse Daemon: + +S99 +cups +../init.d/cups +Start the Common Unix printing system: + + S99 lprng @@ -174,7 +182,6 @@ Start the LPR print spooler: - diff --git a/appendices/symlinks/rc6.xml b/appendices/symlinks/rc6.xml index cf31ea048e..8fc114837c 100644 --- a/appendices/symlinks/rc6.xml +++ b/appendices/symlinks/rc6.xml @@ -20,6 +20,14 @@ Explanation + +K00 +cups +../init.d/cups +Shut down Common Unix printing system: + + K00 lprng diff --git a/pst/printing/cups/cups-config.xml b/pst/printing/cups/cups-config.xml index 1b8df42e0f..fe1f1513e1 100644 --- a/pst/printing/cups/cups-config.xml +++ b/pst/printing/cups/cups-config.xml @@ -71,8 +71,11 @@ with the following commands: cd /etc/rc.d/init.d && ln -sf ../init.d/cups ../rc0.d/K00cups && +ln -sf ../init.d/cups ../rc1.d/K00cups && ln -sf ../init.d/cups ../rc2.d/S99cups && ln -sf ../init.d/cups ../rc3.d/S99cups && -ln -sf ../init.d/cups ../rc5.d/S99cups +ln -sf ../init.d/cups ../rc4.d/S99cups && +ln -sf ../init.d/cups ../rc5.d/S99cups && +ln -sf ../init.d/cups ../rc6.d/K00cups