summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-06-05 17:26:47 +0000
committerbrooks <brooks@FreeBSD.org>2008-06-05 17:26:47 +0000
commite9bd8b71f988d35b3cf464cd9c694a3e5afcc6d4 (patch)
tree4dafc4c9a20045e86f8117449014ef13d5512069 /etc/rc.d/Makefile
parent65c567c1062097f6efd5fc4278e9f294861b60ff (diff)
downloadFreeBSD-src-e9bd8b71f988d35b3cf464cd9c694a3e5afcc6d4.zip
FreeBSD-src-e9bd8b71f988d35b3cf464cd9c694a3e5afcc6d4.tar.gz
Fix the wait for default route change I made a few weeks ago by creating
a new defaultroute script that just does the wait. The previous attempt created a circular dependency through network_ipv6. Pointy hat to: brooks
Diffstat (limited to 'etc/rc.d/Makefile')
-rwxr-xr-xetc/rc.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/Makefile b/etc/rc.d/Makefile
index 7be483d..e887b5c 100755
--- a/etc/rc.d/Makefile
+++ b/etc/rc.d/Makefile
@@ -7,7 +7,7 @@ FILES= DAEMON FILESYSTEMS LOGIN NETWORKING SERVERS \
apm apmd archdep atm1 atm2 atm3 auditd auto_linklocal \
bgfsck bluetooth bootparams bridge bsnmpd bthidd \
ccd cleanvar cleartmp cron \
- ddb devd devfs dhclient \
+ ddb defaultroute devd devfs dhclient \
dmesg dumpon \
early.sh encswap \
fsck ftp-proxy ftpd \
OpenPOWER on IntegriCloud