From: Jan Rękorajski Date: Thu, 5 Apr 2007 23:43:11 +0000 (+0000) Subject: - remove the last remaining redhatism (/bin/bash) along with original author X-Git-Tag: auto/th/quota-3_14-3~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fnfs-utils.git;a=commitdiff_plain;h=2952a4359a51bf5d737b7a1d85772c44f90ba405;hp=552a1a2f54225f7d380345073a32fd4ed9589f56 - remove the last remaining redhatism (/bin/bash) along with original author Changed files: rpcgssd.init -> 1.6 rpcidmapd.init -> 1.12 rpcsvcgssd.init -> 1.9 --- diff --git a/rpcgssd.init b/rpcgssd.init index cdf2d15..ee75e6b 100644 --- a/rpcgssd.init +++ b/rpcgssd.init @@ -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 -# -# 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 diff --git a/rpcidmapd.init b/rpcidmapd.init index 5c5ac63..2986980 100644 --- a/rpcidmapd.init +++ b/rpcidmapd.init @@ -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 -# -# 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 diff --git a/rpcsvcgssd.init b/rpcsvcgssd.init index d631386..fb79e4f 100644 --- a/rpcsvcgssd.init +++ b/rpcsvcgssd.init @@ -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 -# -# 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