From owner-cvs-src@FreeBSD.ORG Sun Jul 18 18:01:48 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C25A916A4CE; Sun, 18 Jul 2004 18:01:48 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE4B643D31; Sun, 18 Jul 2004 18:01:48 +0000 (GMT) (envelope-from simon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6II1muY098070; Sun, 18 Jul 2004 18:01:48 GMT (envelope-from simon@repoman.freebsd.org) Received: (from simon@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6II1mD6098069; Sun, 18 Jul 2004 18:01:48 GMT (envelope-from simon) Message-Id: <200407181801.i6II1mD6098069@repoman.freebsd.org> From: "Simon L. Nielsen" Date: Sun, 18 Jul 2004 18:01:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/etc/rc.d gbde src/etc/defaults rc.conf src/share/man/man5 rc.conf.5 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jul 2004 18:01:48 -0000 simon 2004-07-18 18:01:48 UTC FreeBSD src repository (doc committer) Modified files: etc/rc.d gbde etc/defaults rc.conf share/man/man5 rc.conf.5 Log: For the gbde attach script: - Ask the user up to X times (3 by default) for the pass-phrase, if it is incorrect the first time. - Add support for storing the lockfiles in another other directory than /etc. - Document that it is possible to override the location of each single lockfile. Approved by: pjd Revision Changes Path 1.211 +2 -0 src/etc/defaults/rc.conf 1.5 +13 -3 src/etc/rc.d/gbde 1.221 +25 -0 src/share/man/man5/rc.conf.5