summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsysutils/etcupdate/files/etcupdate4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/etcupdate/files/etcupdate b/sysutils/etcupdate/files/etcupdate
index debf4555dd9..fef545ea6ee 100755
--- a/sysutils/etcupdate/files/etcupdate
+++ b/sysutils/etcupdate/files/etcupdate
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: etcupdate,v 1.14 2002/05/15 08:17:15 martti Exp $
+# $NetBSD: etcupdate,v 1.15 2002/07/08 11:33:20 wiz Exp $
#
# Copyright (c) 2001 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -461,7 +461,7 @@ if [ ! -z "${NEED_PWD_MKDB}" ]; then
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"