From 43174080279226ba243602aeedd0f5c8b966d2f8 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 5 Dec 2007 16:03:05 +0000 Subject: [PATCH] Add hostid to the boot runlevel --- runlevels.BSD/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runlevels.BSD/Makefile b/runlevels.BSD/Makefile index e49331da..9258fdd8 100644 --- a/runlevels.BSD/Makefile +++ b/runlevels.BSD/Makefile @@ -1,4 +1,4 @@ -BOOT = dumpon net.lo0 savecore syscons syslogd +BOOT = dumpon hostid net.lo0 savecore syscons syslogd DEFAULT = local.rc powerd TOPDIR = ..