mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-26 10:53:39 +01:00
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.
This commit is contained in:
parent
341b240dc7
commit
611a799088
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243374
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user