diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2001-10-01 09:16:42 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2001-10-01 09:16:42 +0000 |
| commit | a06da08de59902fac0cdf30072a079df445ee107 (patch) | |
| tree | 1ca1b9c1b6bc761ad1451206995561b58bb4368d /etc/inetd.conf | |
| parent | d7401e9771145f5b18844764e3f0a5207dc542db (diff) | |
Notes
Diffstat (limited to 'etc/inetd.conf')
| -rw-r--r-- | etc/inetd.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inetd.conf b/etc/inetd.conf index 2a06f4d55217..3e306c61d5a7 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -17,7 +17,6 @@ #finger stream tcp nowait/3/10 nobody /usr/libexec/fingerd fingerd -s #finger stream tcp6 nowait/3/10 nobody /usr/libexec/fingerd fingerd -s #exec stream tcp nowait root /usr/libexec/rexecd rexecd -#uucpd stream tcp nowait root /usr/libexec/uucpd uucpd #nntp stream tcp nowait usenet /usr/libexec/nntpd nntpd # # run comsat as root to be able to print partial mailbox contents w/ biff, @@ -85,6 +84,9 @@ # #imap4 stream tcp nowait root /usr/local/libexec/imapd imapd # +# example entry for the optional uucpd server +#uucpd stream tcp nowait root /usr/local/libexec/uucpd uucpd +# # Return error for all "ident" requests # #auth stream tcp nowait root internal |
