Module Name: src
Committed By: apb
Date: Thu Nov 13 07:11:06 UTC 2014
Modified Files:
src/usr.sbin/etcupdate: etcupdate
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/usr.sbin/etcupdate/etcupdate
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/etcupdate/etcupdate
diff -u src/usr.sbin/etcupdate/etcupdate:1.58 src/usr.sbin/etcupdate/etcupdate:1.59
--- src/usr.sbin/etcupdate/etcupdate:1.58 Mon Aug 4 21:56:30 2014
+++ src/usr.sbin/etcupdate/etcupdate Thu Nov 13 07:11:06 2014
@@ -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 @@ Options:
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)