cvs commit: src/etc Makefile network.subr src/etc/rc.d hostname
netif network1 nisdomain
Mike Makonnen
mtm at FreeBSD.org
Fri Apr 18 10:51:56 PDT 2003
mtm 2003/04/18 10:51:54 PDT
FreeBSD src repository
Modified files:
etc Makefile network.subr
etc/rc.d network1
Added files:
etc/rc.d hostname netif nisdomain
Log:
Break out and rewrite the network setup scripts.
o /etc/network.subr contains common subroutines used for seting
up network interfaces
o rc.d/hostname sets the hostname if not already set
o rc.d/nisdomain sets the nis domain *after* rpcbind but
before the yp* daemons. This fixes issues with temporary
hangs when looking up informaion in nis before it's ready.
o rc.d/netif brings network interfaces (minus dhcp) up.
o rc.d/network1 has been disabled and will be retired before
RELENG_5. It will be replaced by rc.d/netif
Approved by: markm (mentor)
Revision Changes Path
1.309 +1 -1 src/etc/Makefile
1.146 +167 -179 src/etc/network.subr
1.1 +51 -0 src/etc/rc.d/hostname (new)
1.1 +89 -0 src/etc/rc.d/netif (new)
1.146 +1 -1 src/etc/rc.d/network1
1.1 +119 -0 src/etc/rc.d/nisdomain (new)
More information about the cvs-src
mailing list