Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 335ce02dcb4e52d7965d41434fa44818 > files > 12

leafnode-1.9.32-1mdk.ppc.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