From a2d7d8d5b8f6a97d4fe90157086ec00db1b5de28 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 30 May 2009 17:55:11 -0400 Subject: [PATCH] Run /etc/rc.d/hostid start on startup. This is required by ZFS. --- etc/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rc b/etc/rc index 5b51e58019..5845800c8a 100755 --- a/etc/rc +++ b/etc/rc @@ -270,6 +270,9 @@ fi rm -f /cf/conf/backup/backup.cache +# Setup host GUID ID. This is used by ZFS. +/etc/rc.d/hostid start + # Copy php.ini to alternate location after generation cp /usr/local/lib/php.ini /usr/local/etc/php.ini