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