Martinez, Carlos R wrote:
This does not work.... I get a chkconfig usage error when executing it
this
way. So seems like it is finding it the chkconfig binary but it has
problems. Any other suggestions/recommendations??
thx
-----Original Message-----
From: Taylor, ForrestX [mailto:forrestx.taylor@xxxxxxxxx]
Sent: Thursday, January 16, 2003 9:59 AM
To: kickstart-list@xxxxxxxxxx
Subject: Re: %post
Martinez, Carlos R wrote:
> What is the appropriate way to change xinetd settings in the %post
> section of the ks.cfg file? I've tried many things and can't seem to
> make it work. I'm currently executing:
>
>
>
> %post -nochroot
>
>
>
> /sbin/chkconfig -level 345 telnet on
If this is the exact command that you are using, then this would be the
problem. You need to use --level (two dashes--same with --nochroot).
If you just want level 345, just use `/sbin/chkconfig telnet on`, as it
uses level 345 by default.
Forrest
--