From patchwork Mon Nov 7 21:57:46 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 124194 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 111B01007D4 for ; Tue, 8 Nov 2011 08:58:04 +1100 (EST) Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Switch-3.4.4/Switch-3.4.4) with ESMTP id pA7LvxqJ003065 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 7 Nov 2011 21:58:00 GMT Received: from oss.oracle.com (oss.oracle.com [141.146.12.120]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id pA7LvwUL004892 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 7 Nov 2011 21:57:58 GMT Received: from localhost ([127.0.0.1] helo=oss.oracle.com) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RNXCT-0001Ta-36; Mon, 07 Nov 2011 13:57:53 -0800 Received: from rcsinet12.oracle.com ([148.87.113.124]) by oss.oracle.com with esmtp (Exim 4.63) (envelope-from ) id 1RNXCQ-0001TR-7s for fedfs-utils-devel@oss.oracle.com; Mon, 07 Nov 2011 13:57:50 -0800 Received: from mail-iy0-f171.google.com (mail-iy0-f171.google.com [209.85.210.171]) by rcsinet12.oracle.com (Sentrion-MTA-4.2.0/Sentrion-MTA-4.2.0) with ESMTP id pA7LvmUZ016827 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=OK) for ; Mon, 7 Nov 2011 21:57:49 GMT Received: by iaqq3 with SMTP id q3so1994565iaq.2 for ; Mon, 07 Nov 2011 13:57:48 -0800 (PST) Received: by 10.42.151.68 with SMTP id d4mr49610402icw.36.1320703068054; Mon, 07 Nov 2011 13:57:48 -0800 (PST) Received: from degas.1015granger.net (adsl-99-26-161-222.dsl.sfldmi.sbcglobal.net. [99.26.161.222]) by mx.google.com with ESMTPS id p16sm39812812ibk.6.2011.11.07.13.57.46 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Nov 2011 13:57:47 -0800 (PST) From: Chuck Lever To: fedfs-utils-devel@oss.oracle.com Date: Mon, 07 Nov 2011 16:57:46 -0500 Message-ID: <20111107215745.19594.65023.stgit@degas.1015granger.net> User-Agent: StGIT/0.14.3 MIME-Version: 1.0 Cc: jlayton@redhat.com Subject: [fedfs-utils] [PATCH] 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: ucsinet21.oracle.com [156.151.31.93] X-CT-RefId: str=0001.0A090209.4EB85468.018F:SCFSTAT3865452, ss=1, re=-4.000, fgs=0 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/README | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) create mode 100644 contrib/README diff --git a/contrib/README b/contrib/README new file mode 100644 index 0000000..beea060 --- /dev/null +++ b/contrib/README @@ -0,0 +1,29 @@ + + fedfs-utils Contributed Items + +Date: Mon Nov 7 16:44:34 EST 2011 +Author: Chuck Lever + +Items in the contrib/ 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. + + +Directory Contents +--------- -------- + +init-scripts These are sample scripts that can be used by + distributions that employ classic System V style + system initialization. + +systemd These are sample files that can be used by + distributions that employ systemd style + initialization. + + More information on systemd can be found here: + + http://0pointer.de/blog/projects/systemd-for-admins-3.html