svn commit: r245707 - head/usr.sbin/bsdinstall/scripts

Ian Lepore ian at FreeBSD.org
Mon Jan 21 03:45:38 UTC 2013


On Mon, 2013-01-21 at 02:47 +0000, Nathan Whitehorn wrote:
> Author: nwhitehorn
> Date: Mon Jan 21 02:47:14 2013
> New Revision: 245707
> URL: http://svnweb.freebsd.org/changeset/base/245707
> 
> Log:
>   Remove some debugging code that snuck in.
> 
> Modified:
>   head/usr.sbin/bsdinstall/scripts/script
> 
> Modified: head/usr.sbin/bsdinstall/scripts/script
> ==============================================================================
> --- head/usr.sbin/bsdinstall/scripts/script	Mon Jan 21 01:55:54 2013	(r245706)
> +++ head/usr.sbin/bsdinstall/scripts/script	Mon Jan 21 02:47:14 2013	(r245707)
> @@ -50,10 +50,8 @@ rm -rf $BSDINSTALL_TMPETC
>  mkdir $BSDINSTALL_TMPETC
>  
>  split -a 2 -p '^#!.*' "$SCRIPT" /tmp/bsdinstall-installscript-
> -cd /tmp
> -echo BORK
>  
> -. bsdinstall-installscript-aa
> +. /tmp/bsdinstall-installscript-aa
>  : ${DISTRIBUTIONS="kernel.txz base.txz"}; export DISTRIBUTIONS
>  export BSDINSTALL_DISTDIR
>  

It's funny how often one sees this checkin message and very similar
code.  From someone at work last week:

        -       
        -//     fprintf(stderr, "oink\n");
             }
        
- Ian




More information about the svn-src-head mailing list