diff options
author | Roy Marples <roy@marples.name> | 2007-12-07 14:32:57 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-07 14:32:57 +0000 |
commit | 2b107a992bdbab1695645ea07a66ce5c4bbca8e2 (patch) | |
tree | 4e3ead1658df1b7afa0bfc85452e29d10e4e142e | |
parent | b1569127b40aa89cb8a2693cad868b1e187a2dee (diff) |
Ensure that hostid starts early
-rw-r--r-- | init.d.BSD/hostid | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d.BSD/hostid b/init.d.BSD/hostid index c024772c..e91ae3a0 100644 --- a/init.d.BSD/hostid +++ b/init.d.BSD/hostid @@ -29,6 +29,7 @@ hostid_file=${hostid_file:-/etc/hostid} depend() { need checkroot + before devd net } _set() { |