I'd crosspost this from news.softwear.readers, but I don't have
leafnode configured yet ;)




Here is a sample /etc/xinetd/leafnode entry. The entry in the "server"
field has to point to your locally installed leafnode executable.
Dependent on the installation, this executable may not reside in
/usr/sbin but elsewhere (e.g. /usr/local/sbin if you installed
leafnode from the source code).

                service nntp
                {
                        disable = no
                        flags           = REUSE
                        socket_type     = stream
                        wait            = no
                        user            = news
                        server          = /usr/sbin/leafnode
                        log_on_failure  += USERID
                }

<http://leafnode.sourceforge.net/wuerzburg/faq.html#4>


How do I know where leafnode is, please?  I can create a file

[EMAIL PROTECTED] ~ $
[EMAIL PROTECTED] ~ $ cat /etc/xinetd/leafnode
cat: /etc/xinetd/leafnode: No such file or directory
[EMAIL PROTECTED] ~ $ date
Sun Mar 26 21:21:07 IST 2006
[EMAIL PROTECTED] ~ $



such that it's appended /etc/xinetd.conf when xinetd runs?


thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list

Reply via email to