Thanks it worked.  The problem was in the top line of the script.
#!/bin/sh
should have been
#!/bin/bash

Thanks for all your help and yet more skills learned...

smile eileen


At 11:16 PM 9/10/2000 -0500, you wrote:
> >I know you will hate me vidiot but when I type the command:
> >
> >chkconfig --level 345 httpd
> >
> >I still receive the same error message service httpd does not support
> >chkconfig??
> >Now I am totally lost..
>
>My fault.  Do the following:
>
>         chkconfig --add httpd
>
>Now "chkconfig --list httpd" should report:
>
>         httpd           0:off   1:off   2:off   3:on    4:on    5:on    6:off
>
>If the three on's are not as listed, then run:
>
>         chkconfig --level 345 httpd
>
>Sorry that I forgot about the add option.
>
>MB
>--
>e-mail: [EMAIL PROTECTED]
>     Bart: Hey, why is it destroying other toys?  Lisa: They must have
>     programmed it to eliminate the competition.  Bart: You mean like
>     Microsoft?  Lisa: Exactly.  [The Simpsons - 12/18/99]
>Visit - URL:http://www.vidiot.com/  (Your link to Star Trek and UPN)
>
>
>
>_______________________________________________
>Redhat-list mailing list
>[EMAIL PROTECTED]
>https://listman.redhat.com/mailman/listinfo/redhat-list


Eileen Orbell
Software & Internet Applications
Capitol College
mailto:[EMAIL PROTECTED]
Don't Fear the Penguin.





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

Reply via email to