summaryrefslogtreecommitdiffstats
path: root/etc/Makefile
diff options
context:
space:
mode:
authormtm <mtm@FreeBSD.org>2003-04-18 17:51:54 +0000
committermtm <mtm@FreeBSD.org>2003-04-18 17:51:54 +0000
commit70cccaca8387a83c2d2dc478226f5764a07652c9 (patch)
tree015043790910e3724ed648425db7068d5e2c72a4 /etc/Makefile
parent05b93dc7b7b61e5c9e7357375f36285a82061e27 (diff)
downloadFreeBSD-src-70cccaca8387a83c2d2dc478226f5764a07652c9.zip
FreeBSD-src-70cccaca8387a83c2d2dc478226f5764a07652c9.tar.gz
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)
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 6140f7f..e3803d2 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -10,7 +10,7 @@ BIN1= amd.map apmd.conf auth.conf \
devd.conf dhclient.conf disktab fbtab ftpusers gettytab group \
hosts hosts.allow hosts.equiv hosts.lpd \
inetd.conf login.access login.conf \
- mac.conf motd netconfig networks newsyslog.conf \
+ mac.conf motd netconfig network.subr networks newsyslog.conf \
phones printcap profile protocols \
rc rc.atm rc.devfs rc.diskless1 rc.diskless2 rc.firewall rc.firewall6 \
rc.network rc.network6 rc.pccard rc.sendmail rc.serial rc.shutdown \
OpenPOWER on IntegriCloud