Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2019 17:28:23 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r345583 - head/tools/tools/makeroot
Message-ID:  <201903271728.x2RHSN5p007475@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Wed Mar 27 17:28:23 2019
New Revision: 345583
URL: https://svnweb.freebsd.org/changeset/base/345583

Log:
  revert r302146: makeroot: zero out subsecond component of time= keywords
  
  After r345281 by mhorne subsecond components are supported.
  
  PR:		194703
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/tools/tools/makeroot/makeroot.sh

Modified: head/tools/tools/makeroot/makeroot.sh
==============================================================================
--- head/tools/tools/makeroot/makeroot.sh	Wed Mar 27 16:45:30 2019	(r345582)
+++ head/tools/tools/makeroot/makeroot.sh	Wed Mar 27 17:28:23 2019	(r345583)
@@ -238,9 +238,5 @@ if [ -n "${SIZE}" ]; then
 SIZEFLAG="-s ${SIZE}"
 fi
 
-# Zero out subsecond component of time= keywords as they are currently not
-# supported by makefs
-sed -i '' -E 's/(time=[0-9]*)\.[0-9]*/\1.0/' ${manifest}
-
 cd ${BSDROOT}; makefs ${DUPFLAG} -N ${DBDIR} ${SIZEFLAG} ${BFLAG} \
      -t ffs ${LABELFLAG} -f 256 ${IMGFILE} ${manifest}



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