From patchwork Fri Nov 11 20:27:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 125287 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from rcsinet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "rcsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 82F661007D8 for ; Sat, 12 Nov 2011 07:27:13 +1100 (EST) Received: from acsinet22.oracle.com (acsinet22.oracle.com [141.146.126.238]) by rcsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pABKR9nK006925 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 Nov 2011 20:27:10 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by acsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pABKR8Dg000597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Nov 2011 20:27:09 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1ROxgl-00077d-S4; Fri, 11 Nov 2011 12:27:03 -0800 Received: from acsinet13.oracle.com ([141.146.126.235]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1ROxgk-00077W-Sw for fedfs-utils-devel@oss.oracle.com; Fri, 11 Nov 2011 12:27:02 -0800 Received: from mail-iy0-f171.google.com (mail-iy0-f171.google.com [209.85.210.171]) by acsinet13.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pABKQ3Du003474 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=FAIL) for ; Fri, 11 Nov 2011 20:27:02 GMT Received: by mail-iy0-f171.google.com with SMTP id y12so1680288iab.2 for ; Fri, 11 Nov 2011 12:27:02 -0800 (PST) Received: by 10.231.29.137 with SMTP id q9mr3263873ibc.27.1321043222387; Fri, 11 Nov 2011 12:27:02 -0800 (PST) Received: from degas.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id e2sm17419299ibe.0.2011.11.11.12.27.01 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Nov 2011 12:27:01 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Fri, 11 Nov 2011 15:27:01 -0500 Message-ID: <20111111202700.10717.88288.stgit@degas.1015granger.net> In-Reply-To: <20111111202105.10717.28436.stgit@degas.1015granger.net> References: <20111111202105.10717.28436.stgit@degas.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 X-Flow-Control-Info: class=ISPs ip=209.85.210.171 ct-class=G1 ct-vol1=0 ct-vol2=0 ct-vol3=0 ct-risk=0 ct-spam1=0 ct-spam2=0 ct-bulk=0 rcpts=1 size=1331 Subject: [fedfs-utils] [PATCH 07/12] contrib: Remove mention of NFS in rpcfedfsd X-BeenThere: fedfs-utils-devel@oss.oracle.com X-Mailman-Version: 2.1.9 Precedence: list Reply-To: fedfs-utils Developers List-Id: fedfs-utils Developers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: fedfs-utils-devel-bounces@oss.oracle.com Errors-To: fedfs-utils-devel-bounces@oss.oracle.com X-Source-IP: acsinet22.oracle.com [141.146.126.238] X-CT-RefId: str=0001.0A090206.4EBD851E.0088:SCFSTAT1119972, ss=1, re=-4.000, fgs=0 X-Auth-Type: Internal IP 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 ##