diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-29 08:41:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-10-29 08:41:12 +0000 |
| commit | a029577b46f8e3d2b2ecd58ed1addfb2f7c2260f (patch) | |
| tree | fd376db292f3286c802e858c71f9f72c4aee1251 | |
| parent | 2f7fb9cc47c6b0785bf79d09ba2a7d42844d6cfd (diff) | |
Notes
| -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 80a7c9fea04a..7e3fa869cfc7 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 |
