Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/etcupdate fix usage() message for "-s" argument. i...



details:   https://anonhg.NetBSD.org/src/rev/cc8f35b699ce
branches:  trunk
changeset: 534639:cc8f35b699ce
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed Jul 31 06:43:17 2002 +0000

description:
fix usage() message for "-s" argument.  ie, do *not* suggest "/usr/src"
as this causes "make distribution" to be run in /usr/src.

diffstat:

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

diffs (20 lines):

diff -r 843730192e44 -r cc8f35b699ce usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Wed Jul 31 06:26:24 2002 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Wed Jul 31 06:43:17 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.4 2002/07/08 11:32:44 wiz Exp $
+# $NetBSD: etcupdate,v 1.5 2002/07/31 06:43:17 mrg Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -75,7 +75,7 @@
 
   -b srcdir    Location of the extracted sets
   -p pager     Which pager to use              (default: /usr/bin/more)
-  -s srcdir    Location of the source files    (default: /usr/src)
+  -s srcdir    Location of the source files    (default: /usr/src/etc)
   -t temproot  Where to store temporary files  (default: /tmp/temproot)
   -w width     Screen width                    (default: 80)
 



Home | Main Index | Thread Index | Old Index