Sophie

Sophie

distrib > Mandriva > 10.0 > i586 > by-pkgid > 63cd67107d22e0227ea828930106726a > files > 6

leafnode-1.9.46-1mdk.src.rpm

# This is a modification to get the nntp service working on the Mandrake 7.2 with xinetd package
#
#
service nntp
{
        flags           = REUSE
        socket_type     = stream
        wait            = no
        user            = news
        server          = /usr/sbin/leafnode
        log_on_failure  += USERID
}
# End of nntp