From owner-cvs-all@FreeBSD.ORG Sat Oct 8 17:37:30 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CB1816A41F; Sat, 8 Oct 2005 17:37:30 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0964543D45; Sat, 8 Oct 2005 17:37:30 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j98HbT1e086582; Sat, 8 Oct 2005 17:37:29 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j98HbTC7086581; Sat, 8 Oct 2005 17:37:29 GMT (envelope-from delphij) Message-Id: <200510081737.j98HbTC7086581@repoman.freebsd.org> From: Xin LI Date: Sat, 8 Oct 2005 17:37:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/etc login.conf X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Oct 2005 17:37:30 -0000 delphij 2005-10-08 17:37:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) etc login.conf Log: MFC 1.50 (by keramida): | Add a short description of how a literal colon ':' can be inlined in the | value of capability databases, since it's not really obvious how a colon | can be escaped, and a pointer to the getcap(3) manpage for more details. | | Triggered by: a question by Ceri on -questions Approved by: re (kensmith) Revision Changes Path 1.49.8.1 +5 -0 src/etc/login.conf