Corrected xinetd.conf entry errors.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1438 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Billy O 'Connor 2003-10-21 16:29:26 +00:00
parent 44e8a64401
commit 94e259f403

View File

@ -20,7 +20,7 @@ entry to <filename>/etc/xinetd.conf</filename>: </para>
service smtp
{
disable = no
identifier = smtp-local
id = smtp-local
socket_type = stream
protocol = tcp
wait = no
@ -29,7 +29,7 @@ service smtp
server_args = /var/qmail/bin/qmail-smtpd
env = RELAYCLIENT=
only_from = 127.0.0.1
log_on_failture += USERID
log_on_failure += USERID
}
<command>EOF</command></userinput></screen>