diff options
author | lioux <lioux@FreeBSD.org> | 2003-01-26 19:06:34 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-01-26 19:06:34 +0000 |
commit | cc20d1055b79d48f696c843ea0a49daa4fdc731d (patch) | |
tree | 44472367868ec224d613de744bd07fe1323bfda7 /mail/qmail | |
parent | fb94217d34458deb214d6463e352a54085519f84 (diff) | |
download | FreeBSD-ports-cc20d1055b79d48f696c843ea0a49daa4fdc731d.zip FreeBSD-ports-cc20d1055b79d48f696c843ea0a49daa4fdc731d.tar.gz |
Style fix: replace the 8 for the 7 bits quote character
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 218aebe..83aad66 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -359,7 +359,7 @@ disable-sendmail: thereal-disable-sendmail @${ECHO_MSG} "===> You just told your system to not" @${ECHO_MSG} "===> automaticaly start sendmail on your" @${ECHO_MSG} "===> next startup." - @${ECHO_MSG} "===> (i.e., added sendmail_enable=\¨NO\¨ to rc.conf)" + @${ECHO_MSG} "===> (i.e., added sendmail_enable=\"NO\" to rc.conf)" @if [ -f ${RC_CONF_FILE} ]; \ then \ ${ECHO_CMD} sendmail_enable=\"NO\" >> ${RC_CONF_FILE} ; \ @@ -370,7 +370,7 @@ enable-sendmail: thereal-disable-sendmail @${ECHO_MSG} "===> You just told your system to" @${ECHO_MSG} "===> automaticaly start sendmail on your" @${ECHO_MSG} "===> next startup." - @${ECHO_MSG} "===> (i.e., removed sendmail_enable=\¨NO\¨ from rc.conf)" + @${ECHO_MSG} "===> (i.e., removed sendmail_enable=\"NO\" from rc.conf)" enable-qmail: install disable-sendmail @if [ -f ${MAILER_CONF_FILE} ]; \ @@ -380,7 +380,7 @@ enable-qmail: install disable-sendmail else \ ${ECHO_MSG} "===> ERROR: YOU DO NOT HAVE A VALID ${MAILER_CONF_FILE}" ; \ ${ECHO_MSG} "===> FIX this and try again" ; \ - ${ECHO_MSG} "===> or, do \¨make force_enable_qmail\¨ if you are sure" ; \ + ${ECHO_MSG} "===> or, do \"make force_enable_qmail\" if you are sure" ; \ ${ECHO_MSG} "===> you want this port replacing some binaries" ; \ ${ECHO_MSG} "===> IF THIS FEELS UNEASY, read ${PREFIX}/${DOCDIR}/REMOVE.sendmail and do it manually" ; \ ${ECHO_MSG} "" ; \ @@ -398,7 +398,7 @@ enable-qmail: install disable-sendmail @${ECHO_MSG} "===> Do not forget to choose an appropriate qmail startup" @${ECHO_MSG} "===> script. Go through ${PREFIX}/boot, choose one" @${ECHO_MSG} "===> and copy the chosen script as ${PREFIX}/rc" - @${ECHO_MSG} "===> For example, \¨cp ${PREFIX}/boot/proc+df ${PREFIX}/rc\¨" + @${ECHO_MSG} "===> For example, \"cp ${PREFIX}/boot/proc+df ${PREFIX}/rc\"" # taken from mail/postfix idea force-enable-qmail: install disable-sendmail |