On Saturday 04 August 2001 08:37 am, Craig White wrote:
> > ----- Original Message -----
> > From: "Craig Jansen" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>; "Josep M." <[EMAIL PROTECTED]>
> > Sent: Saturday, August 04, 2001 5:30 AM
> > Subject: Re: inetd.conf how to install this?
> >
> > > Check for and edit /etc/xinetd.d/ipop3 etc and change the line
> > >
> > > disable = yes
> > > to
> > > disable = no
> >
> > Can also use below, which works for all services in xinetd..
> >
> > chkconfig service-name on/off
> > service xinetd restart
>
> ----
> Not the same thing - if you start the service as a standalone, you
> don't get the safeguards of ACL's of xinetd. Security is the purpose
> of xinetd.
>
> Services such as pop are probably better off started and managed by
> xinetd.
Actually, it is the same thing. chkconfig properly handles xinetd based
services.
# cat /etc/xinetd.d/telnet
service telnet
{
disable = yes
[snip]
# chkconfig telnet on
# cat /etc/xinetd.d/telnet
service telnet
{
disable = no
[snip]
If I restarted xinetd, telnet would run as an xinetd managed service.
-D
_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list