Module Name:    src
Committed By:   snj
Date:           Tue Apr  7 20:48:40 UTC 2009

Modified Files:
        src/distrib/sets [netbsd-5]: maketars

Log Message:
Back out ticket 654, as it exposes issues with mtree's handling
of hard links.


To generate a diff of this commit:
cvs rdiff -u -r1.64.6.1 -r1.64.6.2 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.64.6.1 src/distrib/sets/maketars:1.64.6.2
--- src/distrib/sets/maketars:1.64.6.1	Sat Apr  4 17:22:48 2009
+++ src/distrib/sets/maketars	Tue Apr  7 20:48:40 2009
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.64.6.1 2009/04/04 17:22:48 snj Exp $
+# $NetBSD: maketars,v 1.64.6.2 2009/04/07 20:48:40 snj Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -148,8 +148,7 @@
 		(
 			echo "/set uname=root gname=wheel"
 			${AWK} -f "${rundir}/join.awk" \
-				"${SDIR}/flist.${setname}.full" "${metalog}" \
-				    | ${SORT} -u
+				"${SDIR}/flist.${setname}.full" "${metalog}"
 			echo "./etc/mtree/set.${setname} type=file mode=0444"
 		) > "${setlistdir}/set.${setname}"
 		# We deliberately do not add set.${setname} to ${metalog},

Reply via email to