diff options
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/nfsfs | 2 | ||||
-rwxr-xr-x | rc.d/init.d/random | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/init.d/nfsfs b/rc.d/init.d/nfsfs index 3377d940..0f479b44 100755 --- a/rc.d/init.d/nfsfs +++ b/rc.d/init.d/nfsfs @@ -6,7 +6,7 @@ # # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # -# chkconfig: 345 15 95 +# chkconfig: 345 15 95 # description: Mounts and unmounts all Network File System (NFS) \ # mount points. diff --git a/rc.d/init.d/random b/rc.d/init.d/random index aeef33be..995061b6 100755 --- a/rc.d/init.d/random +++ b/rc.d/init.d/random @@ -4,7 +4,7 @@ # # Author: Theodore Ts'o <tytso@mit.edu> # -# chkconfig: 2345 20 80 +# chkconfig: 2345 20 80 # description: Saves and restores system entropy pool for higher quality \ # random number generation. |