[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: BSD Init scripts [Was]: Gentoo:
On Sun, Feb 23, 2003 at 04:19:31PM -0600, Robert G. (Doc) Savage wrote:
> It's the Berkeley vs SysV thing. linux uses SysV start up scripts (the
> rc.X stuff) and runlevels. Berkeley is more primitive and doesn't
> support such flexibility.
Right. The important thing is that BSD init requires startup/shutdown
changes be made directly to init scripts, or to configuration files
that those scripts source. The SysV init setup is much simpler, since
adding or removing a service is as simple as adding/removing a symlink
or renaming a file (depending on how exactly the OS/distribution
implements things).
That makes tools like chkconfig easy to implement, making the whole
thing incredibly easy to configure and pretty much foolproof.
Steve
--
steve@silug.org | Southern Illinois Linux Users Group
(618)398-7360 | See web site for meeting details.
Steven Pritchard | http://www.silug.org/
-
To unsubscribe, send email to majordomo@silug.org with
"unsubscribe silug-discuss" in the body.