Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Nov 2012 18:12:28 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r243374 - head/etc
Message-ID:  <201211211812.qALICSOW006559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees (ports committer)
Date: Wed Nov 21 18:12:28 2012
New Revision: 243374
URL: http://svnweb.freebsd.org/changeset/base/243374

Log:
  Revert r243228.  This commit appears to cause more trouble than
  it was designed to avoid; the issue described in the PR was no
  longer an issue anyway.

Modified:
  head/etc/rc.initdiskless

Modified: head/etc/rc.initdiskless
==============================================================================
--- head/etc/rc.initdiskless	Wed Nov 21 17:05:57 2012	(r243373)
+++ head/etc/rc.initdiskless	Wed Nov 21 18:12:28 2012	(r243374)
@@ -354,7 +354,7 @@ for i in ${templates} ; do
 	subdir=${j##*/}
 	if [ -d $j -a ! -f $j.cpio.gz  ]; then
 	    create_md $subdir
-	    (cd $j && pax -rw . /$subdir)
+	    cp -Rp $j/ /$subdir
 	fi
     done
     for j in /conf/$i/*.cpio.gz ; do



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