The following reply was made to PR misc/149729; it has been noted by GNATS.
From: [email protected] (dfilter service) To: [email protected] 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 <[email protected]> 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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
