Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > b2771df1698b9b585ad5579b949307aa > files > 7

leafnode-1.11.11-3.mga7.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