]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
o Modify format of /etc/fbtab to accept glob matching patterns for
authorrwatson <rwatson@FreeBSD.org>
Thu, 25 Oct 2001 20:45:47 +0000 (20:45 +0000)
committerrwatson <rwatson@FreeBSD.org>
Thu, 25 Oct 2001 20:45:47 +0000 (20:45 +0000)
commitd319d0a53b4227911f8e7c9711955281e80a5281
treea35c0517abf55e70bc28349241a799a766c6de92
parent0857f7bbf90575b592c7770dcef6db0c7d9fc87c
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 <mux@qualys.com>
MFC after: 3 weeks
share/man/man5/fbtab.5
usr.bin/login/login_fbtab.c