Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > c6cb930e463e2ec9b8b04b02fa091fbd > files > 5

leafnode-1.9.32-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