Mailinglist Archive: opensuse-edu (132 mails)
| < Previous | Next > |
Re: [suse-linux-uk-schools] Symbolic links
- From: Gary Stainburn <gary.stainburn@xxxxxxxxxxxxxx>
- Date: Mon, 17 Jun 2002 08:16:54 +0000 (UTC)
- Message-id: <E17Jrdc-0001U7-00@xxxxxxxxxxxxxxxxxxx>
Hi Dave,
sorry for the delay, but a small miracle has happened - I've had a week off.
if you 'man chkconfig' it will show you how to use it to turn on/off services
- including inetd/xinetd stuff.
For apache you'd do something like
chkconfig --level 35 apache on
to turn on apache for runlevels 3 and 5
Gary
On Friday 07 June 2002 7:09 pm, Dave Williams wrote:
> On 07 Jun, Gary Stainburn <gary.stainburn@xxxxxxxxxxxxxx> wrote:
> > Do you have chkconfig on Suse? If so, try using that it's a lot easier.
>
> Yes I do ie. I can get a display of configuration settings. How is that
> used to change the settings?
>
> snip
>
> > try
> >
> > ln -s ./apache /etc/init.d/rc3.d/S30apache
>
> Thanks Gary
>
> Dave
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
sorry for the delay, but a small miracle has happened - I've had a week off.
if you 'man chkconfig' it will show you how to use it to turn on/off services
- including inetd/xinetd stuff.
For apache you'd do something like
chkconfig --level 35 apache on
to turn on apache for runlevels 3 and 5
Gary
On Friday 07 June 2002 7:09 pm, Dave Williams wrote:
> On 07 Jun, Gary Stainburn <gary.stainburn@xxxxxxxxxxxxxx> wrote:
> > Do you have chkconfig on Suse? If so, try using that it's a lot easier.
>
> Yes I do ie. I can get a display of configuration settings. How is that
> used to change the settings?
>
> snip
>
> > try
> >
> > ln -s ./apache /etc/init.d/rc3.d/S30apache
>
> Thanks Gary
>
> Dave
--
Gary Stainburn
This email does not contain private or confidential material as it
may be snooped on by interested government parties for unknown
and undisclosed purposes - Regulation of Investigatory Powers Act, 2000
| < Previous | Next > |