- Reworked and remove some of the Default-Start/Stop stanzas in the init

scripts (bz 531425)
This commit is contained in:
Steve Dickson 2009-11-03 13:52:20 +00:00
parent c0c0c42d7f
commit 5b1bacb347
6 changed files with 10 additions and 8 deletions

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://sourceforge.net/projects/nfs
Version: 1.2.0
Release: 17%{?dist}
Release: 18%{?dist}
Epoch: 1
# group all 32bit related archs
@ -264,6 +264,10 @@ fi
%attr(4755,root,root) /sbin/umount.nfs4
%changelog
* Tue Nov 3 2009 Steve Dickson <steved@redhat.com> 1.2.0-18
- Reworked and remove some of the Default-Start/Stop stanzas
in the init scripts (bz 531425)
* Mon Nov 2 2009 Steve Dickson <steved@redhat.com> 1.2.0-17
- Updated to the latest pseudo root release (rel7).
- Added upstream 1.2.1-rc7 patch which fixes:

View File

@ -3,7 +3,7 @@
# nfs This shell script takes care of starting and stopping
# the NFS services.
#
# chkconfig: - 60 20
# chkconfig: - 30 60
# description: NFS is a popular protocol for file sharing across networks.
# This service provides NFS server functionality, which is \
# configured via the /etc/exports file.
@ -14,7 +14,6 @@
# Provides: nfs
# Required-Start: $local_fs $network $syslog
# Required-Stop: $local_fs $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start up the NFS server sevice
# Description: NFS is a popular protocol for file sharing across networks \

View File

@ -13,7 +13,7 @@
# Provides: nfslock
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
# Default-Start: 2 3 4 5
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Start up the NFS file locking sevice
# Description: NFS is a popular protocol for file sharing across \

View File

@ -10,7 +10,7 @@
# Provides: rpcgssd
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
# Default-Start: 2 3 4 5
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Starts the RPCSEC GSS client daemon
# Description: NFS is a popular protocol for file sharing across \

View File

@ -10,7 +10,7 @@
# Provides: rpcidmapd
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
# Default-Start: 2 3 4 5
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Starts the NFSv4 id mapping daemon
# Description: NFS is a popular protocol for file sharing across \

View File

@ -2,7 +2,7 @@
#
# rpcsvcgssd Start up and shut down RPCSEC GSS daemon
#
# chkconfig: - 19 69
# chkconfig: - 31 69
# description: Starts user-level daemon that manages RPCSEC GSS contexts \
# for the NFS server.
@ -10,7 +10,6 @@
# Provides: rpcsvcgssd
# Required-Start: $network $syslog
# Required-Stop: $network $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Starts the RPCSEC GSS server daemon
# Description: NFS is a popular protocol for file sharing across \