Source-Changes-HG archive

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

[src/netbsd-7]: src/usr.sbin/etcupdate Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/64534a767d97
branches:  netbsd-7
changeset: 798562:64534a767d97
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Nov 13 07:26:33 2014 +0000

description:
Pull up following revision(s) (requested by apb in ticket #225):
        usr.sbin/etcupdate/etcupdate: revision 1.59
Synchronise the "-s" part of the usage message with postinstall.
A colon-separated list of tgz files is no longer accepted; you
must use multiple -s options instead.

diffstat:

 usr.sbin/etcupdate/etcupdate |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 1cc41bc9a40d -r 64534a767d97 usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Thu Nov 13 07:17:40 2014 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Thu Nov 13 07:26:33 2014 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.58 2014/08/04 21:56:30 apb Exp $
+# $NetBSD: etcupdate,v 1.58.2.1 2014/11/13 07:26:33 snj Exp $
 #
 # Copyright (c) 2001-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -93,9 +93,10 @@
                following:
                * A directory that contains a NetBSD source tree;
                * A distribution set file such as "etc.tgz" or
-                 "xetc.tgz", or a colon-separated list of such files;
-               * A temporary directory in which one or both of "etc.tgz"
-                 and "xetc.tgz" have been extracted.
+                 "xetc.tgz".  Pass multiple -s options to specify
+                 multiple such files;
+               * A temporary directory in which one or both of
+                 "etc.tgz" and "xetc.tgz" have been extracted.
   -t temproot  Where to store temporary files  (default: /tmp/temproot)
   -d destdir   Destination directory to check. (default: /)
   -w width     Screen width                    (default: 80)



Home | Main Index | Thread Index | Old Index