From: hjl Date: Fri, 9 Mar 2001 23:04:18 +0000 (+0000) Subject: 2001-03-09 H.J. Lu X-Git-Tag: nfs-utils-0-3-2-pre1~3 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=commitdiff_plain;h=37f276f0627733598230b3953e07be146257619f 2001-03-09 H.J. Lu * etc/redhat/nfslock.init: Changed chkconfig line to 60 86. * etc/nodist/nfs-client: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 66f73b8..881fee1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-09 H.J. Lu + + * etc/redhat/nfslock.init: Changed chkconfig line to 60 86. + * etc/nodist/nfs-client: Likewise. + 2001-02-26 Chip Salzenberg * 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.