On 2001-09-12, Ryan wrote:

>#/etc/xinetd.d/telnet:
>service telnet
>{
>        disable = no
>        flags           = REUSE
>        socket_type     = stream
>        wait            = no
>        user            = root
>        server          = /usr/sbin/in.telnetd -L /sbin/ttysnoops
>        log_on_failure  += USERID
>}

Your mistake is in the "server =" line. Do it like this, and your
problem will be solved:

        server          = /usr/sbin/in.telnetd
        server_args     = -L /sbin/ttysnoops





_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to