THUFIR HAWAT wrote:
> On 3/26/06, Alexander Skwar <[EMAIL PROTECTED]> wrote:
> ..
>> /etc/xinetd.d/leafnode
>>
>> > such that it's appended /etc/xinetd.conf when xinetd runs?
>>
>> Check out your /etc/xinetd.conf.
>>
>> But /etc/xinetd.d/leafnode will be included, yes.

> [EMAIL PROTECTED] ~ $ cat -n /etc/xinetd.d/leafnode-nntp
>      1  # default: off
>      2  # description: Leafnode - accepts connections on port 119 (NNTP)
>      3
>      4  service nntp
>      5  {
>      6          socket_type = stream
>      7          protocol    = tcp
>      8          wait        = no
>      9          user        = news
>     10          server      = /usr/sbin/leafnode
>     11          disable     = yes
>     12  }


Sure? Why disable=yes?

> After I have this done, I might be inclined adding to the gentoo wiki on this 
> :)

Well, go ahead - but I don't think that changing "disable = yes"
to "disable = no" is a good enough reason for adding something
to the Wiki. But that's just me.

Alexander Skwar
-- 
People who go to conferences are the ones who shouldn't.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to