[EMAIL PROTECTED] wrote:
> Author: bryan
> Date: 2008-10-30 21:40:45 -0600 (Thu, 30 Oct 2008)
> New Revision: 8723
>
> Modified:
>    trunk/BOOK/bootscripts/lfs/init.d/cleanfs
> Log:
> Remove extra ! in the /var/lock find command (presumably this was just a 
> typo).
>
> (The presence of the ! does not actually break anything, but still looks 
> wrong.)
>
>
> Modified: trunk/BOOK/bootscripts/lfs/init.d/cleanfs
> ===================================================================
> --- trunk/BOOK/bootscripts/lfs/init.d/cleanfs 2008-10-31 00:03:25 UTC (rev 
> 8722)
> +++ trunk/BOOK/bootscripts/lfs/init.d/cleanfs 2008-10-31 03:40:45 UTC (rev 
> 8723)
> @@ -80,7 +80,7 @@
>  
>               boot_mesg -n " /var/lock" ${NORMAL}
>               cd /var/lock &&
> -             find . -type f ! -exec rm -f {} \; || failed=1
> +             find . -type f -exec rm -f {} \; || failed=1
>  
>               boot_mesg " /var/run" ${NORMAL}
>               cd /var/run &&
>   
Ouch.  Thanks for the save Bryan.

-- DJ Lucas


-- 
This message has been scanned for viruses and
dangerous content, and is believed to be clean.

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

Reply via email to