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 typo reported in bin/17516.



details:   https://anonhg.NetBSD.org/src/rev/abfaa2e97a18
branches:  trunk
changeset: 533722:abfaa2e97a18
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 08 11:32:44 2002 +0000

description:
Fix typo reported in bin/17516.

diffstat:

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

diffs (20 lines):

diff -r 169efd3407e9 -r abfaa2e97a18 usr.sbin/etcupdate/etcupdate
--- a/usr.sbin/etcupdate/etcupdate      Mon Jul 08 10:46:00 2002 +0000
+++ b/usr.sbin/etcupdate/etcupdate      Mon Jul 08 11:32:44 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# $NetBSD: etcupdate,v 1.3 2002/05/15 08:17:56 martti Exp $
+# $NetBSD: etcupdate,v 1.4 2002/07/08 11:32:44 wiz Exp $
 #
 # Copyright (c) 2001 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -461,7 +461,7 @@
                pwd_mkdb -p "/etc/master.passwd"
        else
                echo ""
-               echo "*** Do MUST rebuild the password databases to make" \
+               echo "*** You MUST rebuild the password databases to make" \
                     "the changes visible"
                echo "*** This is done by running \"pwd_mkdb -p" \
                     "/etc/master.passwd\" as root"



Home | Main Index | Thread Index | Old Index