From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: Changing the style of the command descriptions in appendix A. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/bootscripts-desc.xml | 84 +++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 50 deletions(-) (limited to 'appendixa/bootscripts-desc.xml') diff --git a/appendixa/bootscripts-desc.xml b/appendixa/bootscripts-desc.xml index 87483e0f0..8dc676fb3 100644 --- a/appendixa/bootscripts-desc.xml +++ b/appendixa/bootscripts-desc.xml @@ -6,74 +6,58 @@ Program file descriptions -checkfs -The checkfs script checks the file systems just before they are -mounted (with the exception of journal and network based file -systems). +The checkfs script checks the file systems just +before they are mounted (with the exception of journal and network based file +systems). -cleanfs -The cleanfs script removes files that shouldn't be preserved between +The cleanfs script removes files that shouldn't be preserved between reboots, such as /var/run/* and /var/lock/*. It re-creates /var/run/utmp and removes the possibly present /etc/nologin, /fastboot and /forcefsck -files. +files. -functions -The functions script contains functions shared among different -scripts such as error checking, status checking, etc. +The functions script contains functions shared among +different scripts, such as error and status checking. -halt -The halt script halts the system. +The halt script halts the system. -ifdown, ifup -The ifdown and ifup scripts assist the network script with -network devices. +The ifdown and ifup scripts assist +the network script with network devices. -loadkeys -The loadkeys script loads the keymap table you specified as proper for -your keyboard layout. +The loadkeys script loads the keymap table you +specified as proper for your keyboard layout. -localnet -The localnet script sets up the system's hostname and local loopback -device. +The localnet script sets up the system's hostname and +local loopback device. -mountfs -The mountfs script mounts all file systems that aren't marked noauto -or aren't network based. +The mountfs script mounts all file systems that +aren't marked noauto or aren't network based. -mountproc -The mountproc script is used to mount the proc filesystem. +The mountproc script is used to mount the proc +filesystem. -network -The network script sets up network interfaces, such as network cards, -and sets up the default gateway where applicable. +The network script sets up network interfaces, such +as network cards, and sets up the default gateway where applicable. -rc -The rc script is the master runlevel control script. It is -responsible for running all the other scripts one-by-one in a specific -sequence. +The rc script is the master runlevel control script. +It is responsible for running all the other scripts one-by-one in a specific +sequence. -reboot -The reboot scripts reboots the system. +The reboot script reboots the system. -sendsignals -The sendsignals script makes sure every process is terminated before -the system reboots or halts. +The sendsignals script makes sure every process is +terminated before the system reboots or halts. -setclock -The setclock scripts resets the kernel clock to localtime in case -the hardware clock isn't set to GMT time. +The setclock script resets the kernel clock to +localtime in case the hardware clock isn't set to GMT time. -swap -The swap scripts enables and disables swap files and -partitions. +The swap script enables and disables swap files and +partitions. -sysklogd -The sysklogd script starts and stops the system and kernel log -daemons. +The sysklogd script starts and stops the system and +kernel log daemons. -template -The template script is a template you can use to create your own -bootscripts for your other daemons. +The template script is a template you can use to +create your own bootscripts for your other daemons. -- cgit v1.2.3-54-g00ecf