Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/etcupdate Synchronise the "-s" part of the usage me...



details:   https://anonhg.NetBSD.org/src/rev/8bca0168e875
branches:  trunk
changeset: 333668:8bca0168e875
user:      apb <apb%NetBSD.org@localhost>
date:      Thu Nov 13 07:11:06 2014 +0000

description:
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 02fe4caf27d1 -r 8bca0168e875 usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Thu Nov 13 07:03:23 2014 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Thu Nov 13 07:11:06 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.59 2014/11/13 07:11:06 apb 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