| #
d0b2dbfa
|
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
| #
39cec25b
|
| 22-Aug-2018 |
Brad Davis <brd@FreeBSD.org> |
Move all devfs related files to sbin/devfs/
This is related to pkgbase as it uses CONFS to properly tag these as config files.
Approved by: will (mentor) Differential Revision: https://reviews.free
Move all devfs related files to sbin/devfs/
This is related to pkgbase as it uses CONFS to properly tag these as config files.
Approved by: will (mentor) Differential Revision: https://reviews.freebsd.org/D16785
show more ...
|
| #
349f3d11
|
| 27-Oct-2011 |
Gavin Atkinson <gavin@FreeBSD.org> |
Remove example for linking /dev/vga to /dev/ttyv0, this hasn't been required since X version 4.3.0.
PR: conf/161847 Submitted by: eadler MFC after: 2 weeks
|
| #
58fdb935
|
| 27-Oct-2011 |
Gavin Atkinson <gavin@FreeBSD.org> |
Update the example rules in devfs.conf to reflect the changes since ATA_CAM. While here, add another example rule, as many applications these days expect to find /dev/dvd instead.
MFC after: 3 days
|
| #
d8beb0fd
|
| 06-Jun-2004 |
Jens Schweikhardt <schweikh@FreeBSD.org> |
Removed whitespace at BOF, EOL & EOF.
|
| #
05ca3441
|
| 06-May-2003 |
Doug Barton <dougb@FreeBSD.org> |
Allow users to configure stuff in /dev once again by re-doing the devfs script to read /etc/devfs.conf, and take appropriate actions based on what it finds there.
The (commented out) examples in the
Allow users to configure stuff in /dev once again by re-doing the devfs script to read /etc/devfs.conf, and take appropriate actions based on what it finds there.
The (commented out) examples in the new devfs.conf file are taken in part from the old rc.devfs script.
show more ...
|