Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/postinstall Fix the usage of the -s option to menti...



details:   https://anonhg.NetBSD.org/src/rev/01ee46d56e63
branches:  trunk
changeset: 763203:01ee46d56e63
user:      erh <erh%NetBSD.org@localhost>
date:      Sat Mar 12 23:04:16 2011 +0000

description:
Fix the usage of the -s option to mention using it multiple times, rather
than the deprecated colon separated syntax.

diffstat:

 usr.sbin/postinstall/postinstall |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 030584118256 -r 01ee46d56e63 usr.sbin/postinstall/postinstall
--- a/usr.sbin/postinstall/postinstall  Sat Mar 12 22:54:36 2011 +0000
+++ b/usr.sbin/postinstall/postinstall  Sat Mar 12 23:04:16 2011 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: postinstall,v 1.114 2011/02/13 20:25:35 tron Exp $
+# $NetBSD: postinstall,v 1.115 2011/03/12 23:04:16 erh Exp $
 #
 # Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -1513,8 +1513,8 @@
                        of the 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;
+                         "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.
                                                        [${SRC_DIR:-/}]



Home | Main Index | Thread Index | Old Index