diff options
author | Menno E. Duursma <druiloor@zonnet.nl> | 2010-05-11 20:01:54 +0200 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 20:01:54 +0200 |
commit | 31303c1daf8a185c391c2bc995666b452ce859c1 (patch) | |
tree | ed4b9ea19d6184d9bae6385d1f31517474428a50 /system/chkconfig/README | |
parent | 3347e10b1bfd29ca824068e069b681c33e8a6476 (diff) |
system/chkconfig: Added to 12.0 repository
Diffstat (limited to 'system/chkconfig/README')
-rw-r--r-- | system/chkconfig/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/chkconfig/README b/system/chkconfig/README new file mode 100644 index 0000000000000..ef98c9ccaa5a0 --- /dev/null +++ b/system/chkconfig/README @@ -0,0 +1,22 @@ +Chkconfig + +Chkconfig is a tool for managing the collection of symbolic links found in +the /etc/rc[0-6].d directories, on System V derived UNIX systems. It saves +the system administrator from the tedium of manually managing the scores of +symbolic links. + +Once you've compiled it, chkconfig requires special headers at the top +of the init scripts in order to know how to setup the symlinks. This is +This is documented in the manpage for chkconfig under RUNLEVEL FILES. + +After which services can be administrated in the folowing manner: + + chkconfig --add <service> + chkconfig --level 2345 <service> on + chkconfig --list <service> + +Note: Slackware uses a BSD UNIX derived 'rc' system to be found in + /etc/rc.d (utilising 'pkgtool' for management), SysV-style init + is however supported for 3th party programs to use. + + |