summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xetc/nodist/nfs-client2
-rwxr-xr-xetc/redhat/nfslock.init2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 66f73b8..881fee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-09 H.J. Lu <hjl@lucon.org>
+
+ * etc/redhat/nfslock.init: Changed chkconfig line to 60 86.
+ * etc/nodist/nfs-client: Likewise.
+
2001-02-26 Chip Salzenberg <chip@valinux.com>
* debian/changelog: Version 0.3.1-1.
diff --git a/etc/nodist/nfs-client b/etc/nodist/nfs-client
index 48df535..d1a0029 100755
--- a/etc/nodist/nfs-client
+++ b/etc/nodist/nfs-client
@@ -3,7 +3,7 @@
# independent fashion.
#
# description: starts and stops nfs client services
-# chkconfig: 2345 60 20
+# chkconfig: 2345 60 86
#
# Copyright (c) 2000-2001 Mission Critical Linux, Inc.
#
diff --git a/etc/redhat/nfslock.init b/etc/redhat/nfslock.init
index 3225b3a..401c614 100755
--- a/etc/redhat/nfslock.init
+++ b/etc/redhat/nfslock.init
@@ -3,7 +3,7 @@
# nfslock This shell script takes care of starting and stopping
# the NFS file locking service.
#
-# chkconfig: 345 60 20
+# chkconfig: 345 60 86
# description: NFS is a popular protocol for file sharing across \
# TCP/IP networks. This service provides NFS file \
# locking functionality.