From patchwork Fri Nov 11 20:26:52 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 125286 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "acsinet15.oracle.com", Issuer "VeriSign Class 3 International Server CA - G3" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id B21471007D8 for ; Sat, 12 Nov 2011 07:27:07 +1100 (EST) Received: from acsinet21.oracle.com (acsinet21.oracle.com [141.146.126.237]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pABKR3mt030384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 11 Nov 2011 20:27:04 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by acsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pABKR2mM018879 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Nov 2011 20:27:03 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1ROxgf-00077N-Q4; Fri, 11 Nov 2011 12:26:57 -0800 Received: from rcsinet12.oracle.com ([148.87.113.124]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1ROxge-00077G-6i for fedfs-utils-devel@oss.oracle.com; Fri, 11 Nov 2011 12:26:56 -0800 Received: from mail-gy0-f171.google.com (mail-gy0-f171.google.com [209.85.160.171]) by rcsinet12.oracle.com (Sentrion-MTA-4.2.0/Sentrion-MTA-4.2.0) with ESMTP id pABKQsMM013424 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Fri, 11 Nov 2011 20:26:55 GMT Received: by gyg8 with SMTP id 8so4154983gyg.2 for ; Fri, 11 Nov 2011 12:26:53 -0800 (PST) Received: by 10.50.194.231 with SMTP id hz7mr15276144igc.7.1321043213885; Fri, 11 Nov 2011 12:26:53 -0800 (PST) Received: from degas.1015granger.net ([99.26.161.222]) by mx.google.com with ESMTPS id hz1sm9535379igc.5.2011.11.11.12.26.53 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 11 Nov 2011 12:26:53 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Fri, 11 Nov 2011 15:26:52 -0500 Message-ID: <20111111202652.10717.82509.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 Subject: [fedfs-utils] [PATCH 06/12] contrib: add README file for items under contrib 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: acsinet21.oracle.com [141.146.126.237] X-CT-RefId: str=0001.0A090201.4EBD8518.0095:SCFSTAT1119972, ss=1, re=-4.000, fgs=0 X-Auth-Type: Internal IP Items under contrib are not installed automatically by our Makefiles, but they do need at least a little documentation. Signed-off-by: Chuck Lever Acked-by: Jeff Layton --- contrib/init/Makefile.am | 2 +- contrib/init/README | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletions(-) create mode 100644 contrib/init/README diff --git a/contrib/init/Makefile.am b/contrib/init/Makefile.am index ef2f07b..c8740ff 100644 --- a/contrib/init/Makefile.am +++ b/contrib/init/Makefile.am @@ -23,7 +23,7 @@ ## http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt ## -EXTRA_DIST = fedfs rpcfedfsd rpcfedfsd.service +EXTRA_DIST = fedfs README rpcfedfsd rpcfedfsd.service CLEANFILES = cscope.in.out cscope.out cscope.po.out *~ DISTCLEANFILES = Makefile.in diff --git a/contrib/init/README b/contrib/init/README new file mode 100644 index 0000000..45ed56a --- /dev/null +++ b/contrib/init/README @@ -0,0 +1,26 @@ +Date: Thu Nov 10 11:37:07 EST 2011 +Author: Chuck Lever + +Items in the contrib/init subdirectory are provided on an as-is basis as a +courtesy. These items are not tested as part of the fedfs-utils check-in +or release process. They are not installed by the fedfs-utils Makefiles, +but must be installed as needed by hand. + +Use them at your own risk, but do report bugs to us and we will try to +see that issues are addressed in the fedfs-utils distribution. + + +Item Purpose +---- -------- + +fedfs Sample /etc/sysconfig/fedfs configuration file + +README This file + +rpcfedfsd Sample SysV start-up script for rpc.fedfsd; typically + installed in /etc/init.d, and then activated with the + equivalent of "chkconfig rpcfedfsd on" + +rpcfedfsd.service Sample systemd service file for rpc.fedfsd; see + http://0pointer.de/blog/projects/systemd-for-admins-3.html + for further details