Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / bootscripts / contrib / new-boot-0.2 / sbin / init.d / README.notes
blob7d76f657ecb9cae356b0827e465213a92ee607e8
1 -You don't need to worry about backup files *~ in the runlevel.? directories
2  These are ignored. If your editor produces backup files named differently
3  (e.g. *.bak) and you want me to block the respective extension, mail me.
5 -If you prefer runlevel names like "rc?.d", edit the rc scripts and change
6  runlevel_prefix and runlevel_suffix
7  
8 -You don't need to use numbers at all for the runlevel names. You could use
9  directory names like "plain_system". If you do this, you have to specify the
10  full name wherever you would usually use a number 
11  (e.g. "telinit plain_system" instead of "telinit 1"  and
12  "bootproc=rc normal_system" instead of "bootprog=rc 3" in /etc/inittab)