DJ Lucas wrote:
> Randy McMurchy wrote:
> 
>>Bruce Dubbs wrote these words on 08/14/05 11:54 CST:
>>
>>
>>
>>>Is there anything else that needs to be done for a final 6.1?
>>
>>
>>Just discovered that the recent bugfix to reorder the CUPS and Samba
>>bootscripts didn't fix anything. The CUPS instructions install default
>>bootscript symlinks that used to be overwritten with the BLFS bootscript
>>symlinks.
>>
>>This is no longer the case, and there is now two sets of startup and
>>shutdown symlinks for the CUPS daemon.
>>
>>This must be fixed before 6.1 can be released.
>>
> 
> 
> Randy..you got it, this should do it.
> [EMAIL PROTECTED] bootscripts]# svn diff
> Index: Makefile
> ===================================================================
> --- Makefile    (revision 4934)
> +++ Makefile    (working copy)
> @@ -62,6 +62,10 @@
> 
>  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
>         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
> 
> 
N/M I'm commiting now.

-- DJ Lucas

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

Reply via email to