SOURCES: rpcgssd.init, rpcsvcgssd.init - remove the last remaining...

baggins baggins at pld-linux.org
Fri Apr 6 01:43:16 CEST 2007


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

---- Files affected:
SOURCES:
   rpcgssd.init (1.5 -> 1.6) , rpcsvcgssd.init (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/rpcgssd.init
diff -u SOURCES/rpcgssd.init:1.5 SOURCES/rpcgssd.init:1.6
--- SOURCES/rpcgssd.init:1.5	Thu Apr  5 19:49:43 2007
+++ SOURCES/rpcgssd.init	Fri Apr  6 01:43:11 2007
@@ -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 at 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: SOURCES/rpcsvcgssd.init
diff -u SOURCES/rpcsvcgssd.init:1.8 SOURCES/rpcsvcgssd.init:1.9
--- SOURCES/rpcsvcgssd.init:1.8	Fri Apr  6 00:56:35 2007
+++ SOURCES/rpcsvcgssd.init	Fri Apr  6 01:43:11 2007
@@ -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 at 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
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/rpcgssd.init?r1=1.5&r2=1.6&f=u
    http://cvs.pld-linux.org/SOURCES/rpcsvcgssd.init?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list