From 7a1397533aed7133ba7371736e422771ea2e1388 Mon Sep 17 00:00:00 2001 From: adamw Date: Sat, 15 Jan 2005 05:12:24 +0000 Subject: Re-word a warning message. Fix a spelling error[1] and bring to active tense. Submitted by: Timothy Luoma --- net/samba3/Makefile | 8 ++++---- 1 file 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: -- cgit