Author: randy
Date: 2007-07-08 14:28:43 -0600 (Sun, 08 Jul 2007)
New Revision: 6861

Modified:
   trunk/bootscripts/ChangeLog
   trunk/bootscripts/Makefile
Log:
Update the CUPS section of the Makefile to remove the proper files (upstream 
changed the S/K naming)

Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2007-07-08 18:30:04 UTC (rev 6860)
+++ trunk/bootscripts/ChangeLog 2007-07-08 20:28:43 UTC (rev 6861)
@@ -1,3 +1,7 @@
+2007-07-08 Randy McMurchy <[EMAIL PROTECTED]>
+       * Update the CUPS section of the Makefile to remove the proper
+         files (upstream changed the S/K naming)
+
 2007-06-20 Dan Nicholson <[EMAIL PROTECTED]>
        * Update lease info path for dhcpcd-3.x.
 

Modified: trunk/bootscripts/Makefile
===================================================================
--- trunk/bootscripts/Makefile  2007-07-08 18:30:04 UTC (rev 6860)
+++ trunk/bootscripts/Makefile  2007-07-08 20:28:43 UTC (rev 6861)
@@ -62,10 +62,13 @@
 
 install-cups: create-dirs
        install -m ${MODE} blfs/init.d/cups       ${EXTDIR}/rc.d/init.d/
-       rm -f ${EXTDIR}/rc.d/rc0.d/K00cups
-       rm -f ${EXTDIR}/rc.d/rc2.d/S99cups
-       rm -f ${EXTDIR}/rc.d/rc3.d/S99cups
-       rm -f ${EXTDIR}/rc.d/rc5.d/S99cups
+       rm -f ${EXTDIR}/rc.d/rc0.d/K36cups
+       rm -f ${EXTDIR}/rc.d/rc2.d/K36cups
+       rm -f ${EXTDIR}/rc.d/rc3.d/K36cups
+       rm -f ${EXTDIR}/rc.d/rc5.d/K36cups
+       rm -f ${EXTDIR}/rc.d/rc2.d/S81cups
+       rm -f ${EXTDIR}/rc.d/rc3.d/S81cups
+       rm -f ${EXTDIR}/rc.d/rc5.d/S81cups
        ln -sf  ../init.d/cups ${EXTDIR}/rc.d/rc0.d/K00cups
        ln -sf  ../init.d/cups ${EXTDIR}/rc.d/rc1.d/K00cups
        ln -sf  ../init.d/cups ${EXTDIR}/rc.d/rc2.d/S25cups

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to