diff options
author | obrien <obrien@FreeBSD.org> | 2002-10-29 08:41:12 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-10-29 08:41:12 +0000 |
commit | b24557e6f0bb4b6a3bed2f0ea054ed3b859b8e7c (patch) | |
tree | fd376db292f3286c802e858c71f9f72c4aee1251 | |
parent | 6e81beacf81134df9b4fbcc2ffae78510f3b9a1a (diff) | |
download | FreeBSD-src-b24557e6f0bb4b6a3bed2f0ea054ed3b859b8e7c.zip FreeBSD-src-b24557e6f0bb4b6a3bed2f0ea054ed3b859b8e7c.tar.gz |
Tweak the warning language.
-rw-r--r-- | etc/inetd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 80a7c9f..7e3fa86 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -6,10 +6,10 @@ # To disable a service, comment it out by prefixing the line with '#'. # To enable a service, remove the '#' at the beginning of the line. # -# WARNING: lukemftpd does not support PAM, MAC, per-class nologin files, -# or any login.conf resource limits or features; use it only if this is -# appropriate for your environment. If you require these features, use -# the regular FreeBSD ftpd below. +# WARNING: lukemftpd does not utilize PAM, MAC, per-class nologin files, +# or any login.conf resource limits or features. Use this ftpd only if this +# is appropriate for your environment. If you require these features, use +# the alternate FreeBSD ftpd below. #ftp stream tcp nowait root /usr/libexec/lukemftpd ftpd -l -r # #ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l |