From 95c83a036dd6c97d8b79d30c80b728dc8c1028d8 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 1 Oct 2001 09:16:42 +0000 Subject: Move the uucpd entry down a bit to live with other optional services and correct the path to /usr/local as an example. Submitted by: ru --- etc/inetd.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/inetd.conf') diff --git a/etc/inetd.conf b/etc/inetd.conf index 2a06f4d..3e306c6 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 -- cgit v1.1