diff options
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/network | 3 | ||||
-rwxr-xr-x | rc.d/init.d/nfsfs | 3 | ||||
-rwxr-xr-x | rc.d/init.d/random | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 150fa3d7..b7a80705 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -2,6 +2,9 @@ # # network Bring up/down networking # +# chkconfig: 345 10 97 +# description: Activates/Deactivates all network interfaces configured to \ +# start at boot time. # Source function library. . /etc/rc.d/init.d/functions diff --git a/rc.d/init.d/nfsfs b/rc.d/init.d/nfsfs index 6da8eaa9..3377d940 100755 --- a/rc.d/init.d/nfsfs +++ b/rc.d/init.d/nfsfs @@ -6,6 +6,9 @@ # # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # +# chkconfig: 345 15 95 +# description: Mounts and unmounts all Network File System (NFS) \ +# mount points. # Source networking configuration. if [ ! -f /etc/sysconfig/network ]; then diff --git a/rc.d/init.d/random b/rc.d/init.d/random index 348f0295..aeef33be 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -4,6 +4,9 @@ # # Author: Theodore Ts'o <tytso@mit.edu> # +# chkconfig: 2345 20 80 +# description: Saves and restores system entropy pool for higher quality \ +# random number generation. random_seed=/var/run/random-seed |