Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 2010 03:50:03 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: misc/149729: commit references a PR
Message-ID:  <201009030350.o833o3wa064162@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/149729; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: misc/149729: commit references a PR
Date: Fri,  3 Sep 2010 03:48:21 +0000 (UTC)

 Author: imp
 Date: Fri Sep  3 03:48:06 2010
 New Revision: 212169
 URL: http://svn.freebsd.org/changeset/base/212169
 
 Log:
   Allow / in the NANO_DEVICE
   
   PR:		149729
   Submitted by:	Thomas Quinot <thomas@cuivre.fr.eu.org>
 
 Modified:
   head/tools/tools/nanobsd/nanobsd.sh
 
 Modified: head/tools/tools/nanobsd/nanobsd.sh
 ==============================================================================
 --- head/tools/tools/nanobsd/nanobsd.sh	Fri Sep  3 03:20:34 2010	(r212168)
 +++ head/tools/tools/nanobsd/nanobsd.sh	Fri Sep  3 03:48:06 2010	(r212169)
 @@ -503,7 +503,7 @@ create_i386_diskimage ( ) (
  		mount /dev/${MD}s2a ${MNT}
  		for f in ${MNT}/etc/fstab ${MNT}/conf/base/etc/fstab
  		do
 -			sed -i "" "s/${NANO_DRIVE}s1/${NANO_DRIVE}s2/g" $f
 +			sed -i "" "s=${NANO_DRIVE}s1=${NANO_DRIVE}s2=g" $f
  		done
  		umount ${MNT}
  	fi
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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