From owner-cvs-all Thu Oct 25 13:45:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0684B37B406; Thu, 25 Oct 2001 13:45:48 -0700 (PDT) Received: (from rwatson@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9PKjlg96627; Thu, 25 Oct 2001 13:45:47 -0700 (PDT) (envelope-from rwatson) Message-Id: <200110252045.f9PKjlg96627@freefall.freebsd.org> From: Robert Watson Date: Thu, 25 Oct 2001 13:45:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/man/man5 fbtab.5 src/usr.bin/login login_fbtab.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2001/10/25 13:45:47 PDT Modified files: share/man/man5 fbtab.5 usr.bin/login login_fbtab.c Log: o Modify format of /etc/fbtab to accept glob matching patterns for target devices, not just individual devices and directories. This permits activities such as: ttyv0 0600 /dev/dsp* Whereas previously that was not supported. This change is backwards-compatible, except where device names included globbing characters, which is not the case for any devices listed in MAKEDEV. Submitted by: Maxime Henrion MFC after: 3 weeks Revision Changes Path 1.11 +3 -5 src/share/man/man5/fbtab.5 1.10 +24 -36 src/usr.bin/login/login_fbtab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message