Module Name: src
Committed By: christos
Date: Thu Feb 7 01:24:05 UTC 2013
Modified Files:
src/distrib/sets: maketars
Log Message:
merge d flag.
To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/maketars
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/maketars
diff -u src/distrib/sets/maketars:1.78 src/distrib/sets/maketars:1.79
--- src/distrib/sets/maketars:1.78 Wed Feb 6 20:07:41 2013
+++ src/distrib/sets/maketars Wed Feb 6 20:24:04 2013
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: maketars,v 1.78 2013/02/07 01:07:41 christos Exp $
+# $NetBSD: maketars,v 1.79 2013/02/07 01:24:04 christos Exp $
#
# Make release tar files for some or all lists. Usage:
# maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -196,7 +196,7 @@ runpax() {
local s="$1"
shift
(cd "${dest}" && cut -d " " -f 1 "${setlistdir}/set.${s}" |
- ${PAX} -Ow -N"${etcdir}" ${metalog:+-M} "$@")
+ ${PAX} -dOw -N"${etcdir}" ${metalog:+-M} "$@")
}
#
@@ -220,7 +220,7 @@ for setname in ${lists:-${nlists}}; do
msg "Creating ${out}"
rm -f "${tars}/${out}"
TMPFILES="${TMPFILES} ${tars}/${out}.tmp"
- runpax "${setname}" -dz --use-compress-program \
+ runpax "${setname}" -z --use-compress-program \
${COMPRESS_PROGRAM} > "${tars}/${out}.tmp" &&
mv "${tars}/${out}.tmp" "${tars}/${out}"
fi