Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jan 2013 20:45:13 -0700
From:      Ian Lepore <ian@FreeBSD.org>
To:        Nathan Whitehorn <nwhitehorn@FreeBSD.org>
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org
Subject:   Re: svn commit: r245707 - head/usr.sbin/bsdinstall/scripts
Message-ID:  <1358739913.32417.391.camel@revolution.hippie.lan>
In-Reply-To: <201301210247.r0L2lF7d020257@svn.freebsd.org>
References:  <201301210247.r0L2lF7d020257@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1358739913.32417.391.camel>