On 2001.12.30 20:21 Ian Balchin wrote:
Hi,
My default installation, console mode only, installed woffle.
[EMAIL PROTECTED] suggested that I change the names in the /etc/rc?.d files
from, say, @S20wwwoffle to, say, @s20wwwoffle which I did.
However, watching top while I did my wvdial/ppp/exim/fetchmail email run
I was suprised to see wwwoffle spring to the fore. I checked my renaming
of the links and all was correct. I had not renamed the @K links assuming
this would not be a problem.
What is happening here, how can wwwoffle be disabled short of
uninstalling it?
You can do that in either of two ways.
Put this in the script /etc/init.d/wwwoffle on a line by itself, after the
line that has #!/bin/sh
exit 0
OR, preferably, remove the startup links with
update-rc.d -f wwwoffle remove
The second approach at least allows you to stop or start wwwoffle manually.
--
Andrew