cvs commit: src/etc rc.subr src/etc/rc.d netif
Mike Makonnen
mtm at FreeBSD.org
Fri Jul 30 10:19:45 PDT 2004
mtm 2004-07-30 17:19:35 UTC
FreeBSD src repository
Modified files:
etc rc.subr
etc/rc.d netif
Log:
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.
Revision Changes Path
1.10 +19 -10 src/etc/rc.d/netif
1.31 +13 -7 src/etc/rc.subr
More information about the cvs-all
mailing list