diff options
author | Erik Troan <ewt@redhat.com> | 1997-10-13 19:20:48 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 1997-10-13 19:20:48 +0000 |
commit | 380021bfcaea35a82840b14a0eaa5c83b7749446 (patch) | |
tree | 72a17b83670b89e79c67099e3b3bc3b06b9c9faf | |
parent | 829abf2afeae20324bb9786cab40db3172c20e39 (diff) | |
download | initscripts-380021bfcaea35a82840b14a0eaa5c83b7749446.tar initscripts-380021bfcaea35a82840b14a0eaa5c83b7749446.tar.gz initscripts-380021bfcaea35a82840b14a0eaa5c83b7749446.tar.bz2 initscripts-380021bfcaea35a82840b14a0eaa5c83b7749446.tar.xz initscripts-380021bfcaea35a82840b14a0eaa5c83b7749446.zip |
1) updated .spec file
2) removed trailing spaces
-rw-r--r-- | initscripts.spec | 4 | ||||
-rwxr-xr-x | rc.d/init.d/nfsfs | 2 | ||||
-rwxr-xr-x | rc.d/init.d/random | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/initscripts.spec b/initscripts.spec index 9a7c7a41..e8d38a66 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -17,6 +17,10 @@ that activate and deactivate most network interfaces. %changelog +* Mon Oct 13 1997 Erik Troan <ewt@redhat.com> + +- moved to new chkconfig conventions + * Sat Oct 11 1997 Erik Troan <ewt@redhat.com> - fixed rc.sysinit for hwclock compatibility 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. |