Sophie

Sophie

distrib > Mandriva > 10.2 > x86_64 > by-pkgid > 932576772f7218abbdd2d0147a7efac4 > files > 8

leafnode-1.10.4-1.1.102mdk.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