aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--initscripts.spec4
-rwxr-xr-xrc.d/init.d/nfsfs2
-rwxr-xr-xrc.d/init.d/random2
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.