From 2952a4359a51bf5d737b7a1d85772c44f90ba405 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Thu, 5 Apr 2007 23:43:11 +0000 Subject: [PATCH] - 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 --- rpcgssd.init | 12 +++++------- rpcidmapd.init | 14 ++++++-------- rpcsvcgssd.init | 12 +++++------- 3 files changed, 16 insertions(+), 22 deletions(-) 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 -- 2.44.0