Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Nov 1998 09:13:29 -0800 (PST)
From:      Marc Slemko <marcs@znep.com>
To:        Jacques Vidrine <n@nectar.com>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: /etc/rc.d, and changes to /etc/rc? 
Message-ID:  <Pine.BSF.4.05.9811180911120.19474-100000@alive.znep.com>
In-Reply-To: <199811180255.UAA01561@spawn.nectar.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Nov 1998, Jacques Vidrine wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> 
> These are good points, so I hope you don't mind me copying them back
> to -hackers where my original message was posted.
> 
> On 17 November 1998 at 23:53, Nik Clayton <nik@nothing-going-on.demon.co.uk> wrote:
> > On Tue, Nov 17, 1998 at 04:41:03PM -0600, Jacques Vidrine wrote:
> > > Let's see ... you will be adding complexity.  Please specify
> > > the payback.
> > 
> > 1. When killing system daemons (i.e., inetd, sendmail, named, lpd, and
> >    so on) no need to try and find the right PID, playing with ps, grep, 
> >    and friends. This is a win when explaining the process to someone 
> >    newer to Unix than most members of this list, particularly because
> >    the process is the same each time. They don't (yet!) need or want to
> >    understand what the script is doing, that can come later. It also
> >    makes documentation simpler.
> 
> Unless the user is from a System V world, this will be no simpler
> than using ``killall''.

killall is NEVER the right way to kill daemons under normal circumstances.
Getting in the habit of using it as part of normal procedure is just
setting yourself up to be shot in the foot when, for whatever reason,
there happen to be other processes that match the name.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9811180911120.19474-100000>