SOURCES: rpcidmapd.init - remove the last remaining redhatism (/bi...

baggins baggins at pld-linux.org
Fri Apr 6 01:39:53 CEST 2007


Author: baggins                      Date: Thu Apr  5 23:39:53 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- remove the last remaining redhatism (/bin/bash) along with original author

---- Files affected:
SOURCES:
   rpcidmapd.init (1.11 -> 1.12) 

---- Diffs:

================================================================
Index: SOURCES/rpcidmapd.init
diff -u SOURCES/rpcidmapd.init:1.11 SOURCES/rpcidmapd.init:1.12
--- SOURCES/rpcidmapd.init:1.11	Fri Apr  6 00:56:35 2007
+++ SOURCES/rpcidmapd.init	Fri Apr  6 01:39:48 2007
@@ -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 at 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpcidmapd.init?r1=1.11&r2=1.12&f=u



More information about the pld-cvs-commit mailing list