summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-08 11:33:20 +0000
committerwiz <wiz>2002-07-08 11:33:20 +0000
commitf6af51fc0554b8843d377eae519c0b0b31e35cf8 (patch)
treea7bcde2514e30c03d5c8410ad461576fd2233573 /sysutils
parentf0ff8ac59d9d913b8b09c4982decf9691c049fd3 (diff)
downloadpkgsrc-f6af51fc0554b8843d377eae519c0b0b31e35cf8.tar.gz
Fix typo reported in bin/17516.
Diffstat (limited to 'sysutils')
-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"