diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-08 11:33:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-08 11:33:20 +0000 |
commit | 5404b7fa910782cccd16258475e86da26f1f36ea (patch) | |
tree | a7bcde2514e30c03d5c8410ad461576fd2233573 /sysutils | |
parent | 3ab553687ca8cab8fe99f40bcfd60d72b70e80e6 (diff) | |
download | pkgsrc-5404b7fa910782cccd16258475e86da26f1f36ea.tar.gz |
Fix typo reported in bin/17516.
Diffstat (limited to 'sysutils')
-rwxr-xr-x | sysutils/etcupdate/files/etcupdate | 4 |
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" |