Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > cad41d5b3a06c85b1f4ba05fd72adf28 > files > 12

leafnode-1.11.8-7.mga4.x86_64.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