Module Name:    src
Committed By:   erh
Date:           Sat Mar 12 23:04:17 UTC 2011

Modified Files:
        src/usr.sbin/postinstall: postinstall

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


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 src/usr.sbin/postinstall/postinstall

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/postinstall/postinstall
diff -u src/usr.sbin/postinstall/postinstall:1.114 src/usr.sbin/postinstall/postinstall:1.115
--- src/usr.sbin/postinstall/postinstall:1.114	Sun Feb 13 20:25:35 2011
+++ src/usr.sbin/postinstall/postinstall	Sat Mar 12 23:04:16 2011
@@ -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:-/}]

Reply via email to