summaryrefslogtreecommitdiff
path: root/init.d.BSD
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-12-07 14:32:57 +0000
committerRoy Marples <roy@marples.name>2007-12-07 14:32:57 +0000
commit2b107a992bdbab1695645ea07a66ce5c4bbca8e2 (patch)
tree4e3ead1658df1b7afa0bfc85452e29d10e4e142e /init.d.BSD
parentb1569127b40aa89cb8a2693cad868b1e187a2dee (diff)
downloadopenrc-2b107a992bdbab1695645ea07a66ce5c4bbca8e2.tar.gz
openrc-2b107a992bdbab1695645ea07a66ce5c4bbca8e2.tar.bz2
openrc-2b107a992bdbab1695645ea07a66ce5c4bbca8e2.tar.xz
Ensure that hostid starts early
Diffstat (limited to 'init.d.BSD')
-rw-r--r--init.d.BSD/hostid1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d.BSD/hostid b/init.d.BSD/hostid
index c024772..e91ae3a 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() {