Removing old changelog entries, make files ready for lfs-4.0 release
[linux_from_scratch.git] / bootscripts / contrib / rlv / README
blobe130a927012899745e68d00ca54df267c89a8d8a
1               Run Level Variables - Main Run Level Control Script              
2                                                                                
3         ANY POSSIBLE DAMAGE CAUSED AFTER READING THIS IS YOUR OWN FAULT        
4                                                                                
5 The below applies to the original lfs-bootscripts. You can find the latest
6 scripts in conglomeration/ [1] directory at the Linux From Scratch [2] site.
8 What?
10 Instead of executing the files (symbolic links) from /etc/rc.d/rc*.d
11 directories, the script uses the variables STOP[runlevel] and START[runlevel]
12 (sysinit as runlevel 7) and executes the scripts found in them. The scripts
13 are executed in order of appearance.
15 Why?
17 Personally, I find it much easier to simply edit a few variables in a single
18 file, then to manage links in multiple directories and worry about their order
19 using numbers.
21 How?
23   * Copy the rc file over your old one.
24   * Edit the variables found inside it.
25   * Remove your /etc/rc.d/rc*.d directories, if you want to.
28 Neven Has
29 haski@sezampro.yu
32 [1] http://ftp.linuxfromscratch.org/lfs-packages/conglomeration/
33 [2] http://www.linuxfromscratch.org