Run /etc/rc.d/hostid start on startup. This is required by ZFS.

This commit is contained in:
Scott Ullrich 2009-05-30 17:55:11 -04:00
parent 08d591b585
commit a2d7d8d5b8

3
etc/rc
View File

@ -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