From 6ecb52bd0dc31d229d358afd990ea29069adab8d Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 1 Aug 2011 14:15:42 -0400 Subject: [PATCH] Start hostid --- etc/inc/system.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/inc/system.inc b/etc/inc/system.inc index 7afdd0e532..a5ece26b52 100644 --- a/etc/inc/system.inc +++ b/etc/inc/system.inc @@ -425,6 +425,8 @@ function system_syslogd_start() { echo "system_syslogd_start() being called $mt\n"; } + mwexec("/etc/rc.d/hostid start"); + $syslogcfg = $config['syslog']; if ($g['booting'])