From patchwork Fri Nov 11 20:27:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [07/12] contrib: Remove mention of NFS in rpcfedfsd From: Chuck Lever X-Patchwork-Id: 125287 Message-Id: <20111111202700.10717.88288.stgit@degas.1015granger.net> To: fedfs-utils-devel@oss.oracle.com Date: Fri, 11 Nov 2011 15:27:01 -0500 FedFS is supposed to be file system agnostic. Remove mention of NFS in the description and comments in the rpcfedfsd script. Signed-off-by: Chuck Lever --- contrib/init/rpcfedfsd | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-) diff --git a/contrib/init/rpcfedfsd b/contrib/init/rpcfedfsd index 93be6ed..491bd42 100755 --- a/contrib/init/rpcfedfsd +++ b/contrib/init/rpcfedfsd @@ -3,8 +3,7 @@ # rpcfedfsd Start up and shut down FedFS admin service # # chkconfig: 345 19 83 -# description: Starts user-level daemon for NFSv4 that handles \ -# FedFS administrative requests +# description: Starts user-level daemon that handles FedFS administrative requests ### BEGIN INIT INFO # Provides: rpcfedfsd @@ -12,10 +11,9 @@ # Required-Stop: $network $syslog # Default-Start: 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Starts the NFSv4 fedfsd daemon -# Description: NFS is a popular protocol for file sharing across \ -# networks. This daemon processes FedFS administrative \ -# requests on NFSv4 exports. +# Short-Description: Starts the rpc.fedfsd daemon +# Description: Starts daemon that processes FedFS administrative \ +# requests shared file system exports. ### END INIT INFO ##