K 10 svn:author V 3 mtm K 8 svn:date V 27 2004-07-30T17:19:35.000000Z K 7 svn:log V 414 Finish cleanup of rc.d/netif. It's now possible to start/stop more than one interface from the command line: # /etc/rc.d/netif start bfe0 xl0 It's also possible to restart an interface(s): # /etc/rc.d/netif restart bfe0 This required some changes to rc.subr(8) so that if the start/stop commands are overidden the rest of the command line (after the start/stop/etc... cmd) is passed through to the subroutines. END