rpms/nfs-utils/F-11 nfs-utils.spec, 1.226, 1.227 nfs.init, 1.34, 1.35 nfslock.init, 1.24, 1.25 rpcgssd.init, 1.12, 1.13 rpcidmapd.init, 1.11, 1.12 rpcsvcgssd.init, 1.10, 1.11

Steve Dickson steved at fedoraproject.org
Wed Jun 10 16:29:40 UTC 2009


Author: steved

Update of /cvs/pkgs/rpms/nfs-utils/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24103

Modified Files:
	nfs-utils.spec nfs.init nfslock.init rpcgssd.init 
	rpcidmapd.init rpcsvcgssd.init 
Log Message:
- Updated init scripts to add dependencies
  on other system facilities (bz 475133)



Index: nfs-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/nfs-utils.spec,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -p -r1.226 -r1.227
--- nfs-utils.spec	10 Jun 2009 13:22:02 -0000	1.226
+++ nfs-utils.spec	10 Jun 2009 16:29:08 -0000	1.227
@@ -236,6 +236,10 @@ fi
 %attr(4755,root,root)   /sbin/umount.nfs4
 
 %changelog
+* Wed Jun 10 2009 <steved at redhat.com> 1.2.0-3
+- Updated init scripts to add dependencies
+  on other system facilities (bz 475133)
+
 * Wed Jun 10 2009 Steve Dickson <steved at redhat.com> 1.2.0-2
 - nfsnobody gid is wrong (bz 485379)
 


Index: nfs.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/nfs.init,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- nfs.init	3 Jun 2009 15:20:15 -0000	1.34
+++ nfs.init	10 Jun 2009 16:29:09 -0000	1.35
@@ -4,12 +4,25 @@
 #               the NFS services.
 #
 # chkconfig: - 60 20
-# description: NFS is a popular protocol for file sharing across TCP/IP \
-#              networks. This service provides NFS server functionality, \
-#              which is configured via the /etc/exports file.
+# 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.
 # probe: true
 # config: /etc/sysconfig/nfs
 
+### BEGIN INIT INFO
+# 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 \
+#              This service provides NFS server functionality, \
+#              which is configured via the /etc/exports file.
+### END INIT INFO
+
+
 # Source function library.
 . /etc/rc.d/init.d/functions
 


Index: nfslock.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/nfslock.init,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- nfslock.init	6 Mar 2009 12:31:06 -0000	1.24
+++ nfslock.init	10 Jun 2009 16:29:09 -0000	1.25
@@ -5,10 +5,22 @@
 #
 # chkconfig: 345 14 86
 # description: NFS is a popular protocol for file sharing across \
-#	       TCP/IP networks. This service provides NFS file \
-#	       locking functionality.
+#	       networks. This service provides NFS file locking \ 
+#          functionality.
 # probe: true
 
+### BEGIN INIT INFO
+# Provides: nfslock
+# Required-Start: $network $syslog
+# Required-Stop: $network $syslog
+# Default-Start: 2 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 \
+#          networks. This service provides NFS file locking \ 
+#          functionality.
+### END INIT INFO
+
 # Source function library.
 . /etc/rc.d/init.d/functions
 


Index: rpcgssd.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/rpcgssd.init,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- rpcgssd.init	16 Sep 2008 20:29:11 -0000	1.12
+++ rpcgssd.init	10 Jun 2009 16:29:09 -0000	1.13
@@ -2,11 +2,21 @@
 #
 # rpcgssd       Start up and shut down RPCSEC GSS daemon
 #
-# Authors:	Chuck Lever <cel at netapp.com>
-#
 # chkconfig: 345 19 85
 # description: Starts user-level daemon that manages RPCSEC GSS contexts \
-#	       for the NFSv4 client.
+#	       for the NFS client.
+
+### BEGIN INIT INFO
+# Provides: rpcgssd
+# 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 client daemon
+# Description: NFS is a popular protocol for file sharing across \
+#          networks. This deamon manages RPCSEC GSS contexts on the
+#          client used by secure NFS mounts
+### END INIT INFO
 
 # Source function library.
 . /etc/init.d/functions


Index: rpcidmapd.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/rpcidmapd.init,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- rpcidmapd.init	16 Sep 2008 20:29:11 -0000	1.11
+++ rpcidmapd.init	10 Jun 2009 16:29:09 -0000	1.12
@@ -2,12 +2,22 @@
 #
 # rpcidmapd     Start up and shut down RPC name to UID/GID mapper
 #
-# Authors:	Chuck Lever <cel at netapp.com>
-#
 # chkconfig: 345 18 85
 # description: Starts user-level daemon for NFSv4 that maps user \
 #              names to UID and GID numbers.
 
+### BEGIN INIT INFO
+# Provides: rpcidmapd
+# Required-Start: $network $syslog
+# Required-Stop: $network $syslog
+# Default-Start: 2 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 \
+#          networks. This deamon maps user names and groups to UID \
+#          and GID numbers on NFSv4 mounts.
+### END INIT INFO
+
 # Source function library.
 . /etc/init.d/functions
 


Index: rpcsvcgssd.init
===================================================================
RCS file: /cvs/pkgs/rpms/nfs-utils/F-11/rpcsvcgssd.init,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- rpcsvcgssd.init	16 Sep 2008 20:29:11 -0000	1.10
+++ rpcsvcgssd.init	10 Jun 2009 16:29:09 -0000	1.11
@@ -2,11 +2,21 @@
 #
 # rpcsvcgssd    Start up and shut down RPCSEC GSS daemon
 #
-# Authors:	Chuck Lever <cel at netapp.com>
-#
 # chkconfig: - 19 69
 # description: Starts user-level daemon that manages RPCSEC GSS contexts \
-#	       for the NFSv4 server.
+#	       for the NFS server.
+
+### BEGIN INIT INFO
+# 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 \
+#          networks. This deamon manages RPCSEC GSS contexts on the
+#          server used by secure NFS mounts
+### END INIT INFO
 
 # Source function library.
 . /etc/init.d/functions




More information about the fedora-extras-commits mailing list