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