diff options
author | lioux <lioux@FreeBSD.org> | 2002-05-27 04:06:05 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-05-27 04:06:05 +0800 |
commit | be06ff444eb86a722561f9b5e60b5d8f0621c513 (patch) | |
tree | 502e099d2a91cb453c353b630d9d055864572b70 | |
parent | 7fbebd68dbf0bef2192f14189e30d168cc7f0448 (diff) | |
download | freebsd-ports-gnome-be06ff444eb86a722561f9b5e60b5d8f0621c513.tar.gz freebsd-ports-gnome-be06ff444eb86a722561f9b5e60b5d8f0621c513.tar.zst freebsd-ports-gnome-be06ff444eb86a722561f9b5e60b5d8f0621c513.zip |
Make a message intelligible
Prompted by: ceri
-rw-r--r-- | mail/qpopper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/qpopper/Makefile b/mail/qpopper/Makefile index 616e8d27f7fa..039c1765ffbc 100644 --- a/mail/qpopper/Makefile +++ b/mail/qpopper/Makefile @@ -79,10 +79,10 @@ pre-everything:: @${ECHO_MSG} "WITH_STANDALONE_MODE=yes builds qpopper to be run without inetd" @${ECHO_MSG} "WITHOUT_U_OPTION=yes forbids daemon command line option" @${ECHO_MSG} " -u which allows, after a user authenticates," - @${ECHO_MSG} " process options from a file called" + @${ECHO_MSG} " process options to be read from a file called" @${ECHO_MSG} " .qpopper-options in the user's home directory" @${ECHO_MSG} " This file can be owned by and writable by the" - @${ECHO_MSG} " If improperly written, may cause a buffer" + @${ECHO_MSG} " user. If improperly written, may cause a buffer" @${ECHO_MSG} " overflow which may remove such user's mail box" |