Re: sarge apt and init daemons
From: David Clymer (david_at_zettazebra.com)
Date: 04/30/05
- Previous message: ice.dp: "Re: mplayer problen in debian"
- In reply to: Phil Dyer: "sarge apt and init daemons"
- Next in thread: Phil Dyer: "Re: sarge apt and init daemons"
- Reply: Phil Dyer: "Re: sarge apt and init daemons"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: debian-user@lists.debian.org Date: Sat, 30 Apr 2005 10:28:36 -0400
On Sat, 2005-04-30 at 10:18 -0400, Phil Dyer wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Maybe I'm missing something, but I've noticed an odd behavior with apt.
> If I install a daemon, say freeradius, and decide I don't want it to run
> for whatever reason - I do an update-rc.d -f freeradius remove. Also of
> course /etc/init.d/freeradius stop.
>
> I don't want to uninstall it, I just don't want it to run right now. But
> after an apt-get upgrade, if freeradius is updated it will start it
> during the setup process.
>
> Is this the right behavior? Am I missing something?
It's the right behavior, IMHO.
The debian post install script probably doest go through the rc.*
directories looking for runlevel entries since these are all just
symlinks to a script in /etc/init.d/. All that it probably checks for is
that the /etc/init.d/<whatever> script exists and is executable. Then,
on the assumption that its generally a good idea to stop and start
daemons when upgrading them, it does so.
If you want to keep updates from starting the daemon, just chmod 644 it.
-davidc
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: ice.dp: "Re: mplayer problen in debian"
- In reply to: Phil Dyer: "sarge apt and init daemons"
- Next in thread: Phil Dyer: "Re: sarge apt and init daemons"
- Reply: Phil Dyer: "Re: sarge apt and init daemons"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|