summaryrefslogtreecommitdiff
path: root/etc/rc.d/netif
Commit message (Expand)AuthorAgeFilesLines
* Since OLDCARD is gone from the kernel, catchup here and remove supportWarner Losh2006-02-131-1/+1
* Add a new configuration variable, ipv4_addrs_<ifn>, which adds one orBrooks Davis2005-11-141-2/+2
* Remove duplicate "at" from comment.Giorgos Keramidas2005-09-041-1/+1
* Actually block Ctrl-C (SIGINT=2).Brooks Davis2005-09-021-2/+2
* Block SIGQUIT (Ctrl-C) while running in startup mode. This should allowBrooks Davis2005-09-021-4/+4
* When interfaces are given on the command line, don't attempt to filterBrooks Davis2005-06-301-7/+4
* Support code for the OpenBSD dhclient. This significantly changes theBrooks Davis2005-06-071-2/+2
* Allow to change interfaces name on boot time.Pawel Jakub Dawidek2004-10-301-0/+3
* Remove the requirement for the FreeBSD keyword as it no longerMike Makonnen2004-10-071-1/+1
* Finish cleanup of rc.d/netif. It's now possible to start/stop moreMike Makonnen2004-07-301-10/+19
* Really remove the return statement this time. Thanks toMike Makonnen2004-05-201-1/+0
* The err routine requires two arguments: an exit value and a string.Mike Makonnen2004-05-201-2/+2
* Protect som cross-script invocations by checks to see that the targetPoul-Henning Kamp2004-04-281-2/+4
* Mark scripts as not usable inside a jail by adding keyword 'nojail'.Pawel Jakub Dawidek2004-03-081-1/+1
* Further shuffle runcom ordering so that netif does not start beforeBrian Feldman2004-02-291-1/+1
* What depends on ipfilter should probably also start ipfw at the same time.Brian Feldman2004-02-271-1/+1
* tty whacking should occur early, but not so early that theMike Makonnen2003-07-301-1/+1
* Implement individual operations on static and dhcp interfaces. PreviouslyMike Makonnen2003-06-291-22/+99
* Break out and rewrite the network setup scripts.Mike Makonnen2003-04-181-0/+89