diff options
Diffstat (limited to 'init.d.BSD/hostid')
-rw-r--r-- | init.d.BSD/hostid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/hostid b/init.d.BSD/hostid index d8e21237..57fc6001 100644 --- a/init.d.BSD/hostid +++ b/init.d.BSD/hostid @@ -7,7 +7,7 @@ hostid_file=${hostid_file:-/etc/hostid} depend() { - need checkroot + need root before devd net } |