public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] leafnode and xinetd.conf
@ 2006-03-26 20:22 THUFIR HAWAT
  2006-03-26 21:27 ` Alexander Skwar
  0 siblings, 1 reply; 4+ messages in thread
From: THUFIR HAWAT @ 2006-03-26 20:22 UTC (permalink / raw
  To: gentoo-user

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

thufir@localhost ~ $
thufir@localhost ~ $ cat /etc/xinetd/leafnode
cat: /etc/xinetd/leafnode: No such file or directory
thufir@localhost ~ $ date
Sun Mar 26 21:21:07 IST 2006
thufir@localhost ~ $



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


thanks,

Thufir

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-03-27  8:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-26 20:22 [gentoo-user] leafnode and xinetd.conf THUFIR HAWAT
2006-03-26 21:27 ` Alexander Skwar
2006-03-26 22:22   ` THUFIR HAWAT
2006-03-27  7:54     ` Alexander Skwar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox