]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- remove the last remaining redhatism (/bin/bash) along with original author
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 5 Apr 2007 23:43:11 +0000 (23:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpcgssd.init -> 1.6
    rpcidmapd.init -> 1.12
    rpcsvcgssd.init -> 1.9

rpcgssd.init
rpcidmapd.init
rpcsvcgssd.init

index cdf2d15379943ed8af7eb3186771c78ee55f65a4..ee75e6b86cce677d00c903271ca0735ad7cba7c5 100644 (file)
@@ -1,12 +1,10 @@
-#!/bin/bash
+#!/bin/sh
 #
-# rpcgssd       Start up and shut down RPCSEC GSS daemon
+# gssd         Start up and shut down RPCSEC GSS daemon
 #
-# Authors:     Chuck Lever <cel@netapp.com>
-#
-# chkconfig: 345 15 81
-# description: Starts user-level daemon that manages RPCSEC GSS contexts \
-#             for the NFSv4 client.
+# chkconfig:   345 15 81
+# description: Starts user-level daemon that manages RPCSEC GSS contexts \
+#              for the NFSv4 client.
 
 # Source function library.
 . /etc/rc.d/init.d/functions
index 5c5ac6391983761835b1f84b2c86d8f224d4de57..298698062c4058cef74cf05471740aa318d19ba7 100644 (file)
@@ -1,12 +1,10 @@
-#!/bin/bash
+#!/bin/sh
 #
-# rpcidmapd     Start up and shut down RPC name to UID/GID mapper
+# idmapd       Start up and shut down RPC name to UID/GID mapper
 #
-# Authors:     Chuck Lever <cel@netapp.com>
-#
-# chkconfig: 345 12 83
-# description: Starts user-level daemon for NFSv4 that maps user \
-#              names to UID and GID numbers.
+# chkconfig:   345 12 83
+# description: Starts user-level daemon for NFSv4 that maps user \
+#              names to UID and GID numbers.
 
 # Source function library.
 . /etc/rc.d/init.d/functions
@@ -17,7 +15,7 @@
 # Check that networking is up.
 if is_yes "${NETWORKING}"; then
        if [ ! -f /var/lock/subsys/network -a "$1" != stop -a "$1" != status ]; then
-               msg_network_down "RPC svcgssd"
+               msg_network_down "RPC idmapd"
                exit 1
        fi
 else
index d63138629dd3b0e2df4f736545377656c4a44c96..fb79e4f2701aa06742d69dd58e0eb6082bce2ebf 100644 (file)
@@ -1,12 +1,10 @@
-#!/bin/bash
+#!/bin/sh
 #
-# rpcsvcgssd    Start up and shut down RPCSEC GSS daemon
+# svcgssd      Start up and shut down RPCSEC GSS daemon
 #
-# Authors:     Chuck Lever <cel@netapp.com>
-#
-# chkconfig: - 12 82
-# description: Starts user-level daemon that manages RPCSEC GSS contexts \
-#             for the NFSv4 server.
+# chkconfig:   345 12 82
+# description: Starts user-level daemon that manages RPCSEC GSS contexts \
+#              for the NFSv4 server.
 
 # Source function library.
 . /etc/rc.d/init.d/functions
This page took 0.03331 seconds and 4 git commands to generate.