devfsctl - Add initial devfs/ruletab support
commitb68ba70cf665cd23c43fe4d59cffc1f0f26b0c7f
authorAlex Hornung <ahornung@gmail.com>
Thu, 13 Aug 2009 18:42:16 +0000 (13 19:42 +0100)
committerAlex Hornung <ahornung@gmail.com>
Mon, 17 Aug 2009 09:15:00 +0000 (17 10:15 +0100)
tree9e9ab36008329c8d443744b5c51bbbc39d1b1485
parenta4aa064c05ab5b2233d43347fb47cd39c3064b83
devfsctl - Add initial devfs/ruletab support

* Add -t option, yet undocumented, to specify that one wants to use
  the ruletab mode. This mode allows to load either all rules for
  the specified mountpoints (1) in ruletab, just the generic rules (*)
  and for /dev (2), or all the rules specified in the ruletab (3).
  Mode (1) is entered by passing -m with a specific mount point
  that shall not be 'boot' or '*'.
  Mode (2) is entered by passing '-m boot'
  Mode (3) is entered by passing '-m *'
usr.sbin/devfsctl/devfsctl.c
usr.sbin/devfsctl/devfsctl.h