Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets We always have a valid mtree file, so always sp...



details:   https://anonhg.NetBSD.org/src/rev/7d9c17d70374
branches:  trunk
changeset: 784726:7d9c17d70374
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Feb 07 16:27:41 2013 +0000

description:
We always have a valid mtree file, so always specify -M

diffstat:

 distrib/sets/maketars |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r d89311e28f47 -r 7d9c17d70374 distrib/sets/maketars
--- a/distrib/sets/maketars     Thu Feb 07 16:22:16 2013 +0000
+++ b/distrib/sets/maketars     Thu Feb 07 16:27:41 2013 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: maketars,v 1.79 2013/02/07 01:24:04 christos Exp $
+# $NetBSD: maketars,v 1.80 2013/02/07 16:27:41 christos Exp $
 #
 # Make release tar files for some or all lists.  Usage:
 # maketars [-b] [-x] [-i installdir] [-a arch] [-m machine] [-s setsdir]
@@ -195,8 +195,8 @@
 runpax() {
        local s="$1"
        shift
-       (cd "${dest}" && cut -d " " -f 1 "${setlistdir}/set.${s}" | 
-           ${PAX} -dOw -N"${etcdir}" ${metalog:+-M} "$@")
+       (cd "${dest}" && 
+           ${PAX} -dOw -N"${etcdir}" -M "$@" < "${setlistdir}/set.${s}")
 }
 
 #



Home | Main Index | Thread Index | Old Index