diff options
author | adamw <adamw@FreeBSD.org> | 2005-01-15 13:12:24 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2005-01-15 13:12:24 +0800 |
commit | 7a1397533aed7133ba7371736e422771ea2e1388 (patch) | |
tree | 05527d393988d0ea9b1f51220bca406132744879 /net | |
parent | a801dcd4f7ea3f4dc8b7127ca8c1c4d6dc7e2e19 (diff) | |
download | freebsd-ports-gnome-7a1397533aed7133ba7371736e422771ea2e1388.tar.gz freebsd-ports-gnome-7a1397533aed7133ba7371736e422771ea2e1388.tar.zst freebsd-ports-gnome-7a1397533aed7133ba7371736e422771ea2e1388.zip |
Re-word a warning message. Fix a spelling error[1] and bring to
active tense.
Submitted by: Timothy Luoma <tim@tnluoma.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/samba3/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/samba3/Makefile b/net/samba3/Makefile index d7a4a57c6a20..941b7163ca18 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -283,11 +283,11 @@ RC_SCRIPTS_SUB= PREFIX=${PREFIX} \ pre-everything:: @${ECHO_MSG} "" - @${ECHO_MSG} "!!! Due to the bug in the deinstall procedure in port versions prior 3.0.9" - @${ECHO_MSG} "!!! you may loose your valuable ${SAMBA_LOCKDIR}/windbindd_* files." - @${ECHO_MSG} "!!! Please, BACKUP them before you continue the (re)installation." + @${ECHO_MSG} "!!! Due to a bug in the deinstall procedure in port versions prior to 3.0.9," + @${ECHO_MSG} "!!! you should BACK UP YOUR VALUABLE ${SAMBA_LOCKDIR}/windbindd_* FILES" + @${ECHO_MSG} "!!! before you continue the (re)installation." @${ECHO_MSG} "" - @${ECHO_MSG} "*** Press ctrl-C *now* if you need this files ***" + @${ECHO_MSG} "*** Press Ctrl-C *now* if you need to preserve these files ***" @sleep 5 pre-fetch: |