freebsd-nq/etc/defaults
Brooks Davis 8e9e71f817 Support code for the OpenBSD dhclient. This significantly changes the
way interfaces are configured.  Some key points:

  - At startup, all interfaces are configured through /etc/rc.d/netif.
  - ifconfig_<if> variables my now mix real ifconfig commands the with
    DHCP and WPA directives.  For example, this allows media
    configuration prior to running dhclient.
  - /etc/rc.d/dhclient is not run at startup except by netif to start
    dhclient on specific interfaces.
  - /etc/pccard_ether calls "/etc/rc.d/netif start <if>" to do most of
    it's work.
  - /etc/pccard_ether no longer takes additional arguments to pass to
    ifconfig.  Instead, ifconfig_<if> variables are now honored in favor
    of pccard_ifconfig when available.
  - /etc/pccard_ether will only run on interfaces specified in
    removable_interfaces, even if pccard_ifconfig is set.
2005-06-07 04:49:12 +00:00
..
devfs.rules If we're going to "add path 'fd/*' unhide", it only makes 2004-01-22 20:53:15 +00:00
Makefile Start the dreaded NOFOO -> NO_FOO conversion. 2004-12-21 08:47:35 +00:00
pccard.conf Another prism2 card (not sure what, if anything, is needed for >=5) 2005-01-11 00:40:00 +00:00
periodic.conf Add a reference to the periodic.conf(5) manual page. 2005-01-24 22:21:13 +00:00
rc.conf Support code for the OpenBSD dhclient. This significantly changes the 2005-06-07 04:49:12 +00:00