diff mbox

[07/12] contrib: Remove mention of NFS in rpcfedfsd

Message ID 20111111202700.10717.88288.stgit@degas.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever Nov. 11, 2011, 8:27 p.m. UTC
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 <chuck.lever@oracle.com>
---

 contrib/init/rpcfedfsd |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
diff mbox

Patch

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
 
 ##