summaryrefslogtreecommitdiff
path: root/init.d.BSD/hostid
diff options
context:
space:
mode:
Diffstat (limited to 'init.d.BSD/hostid')
-rw-r--r--init.d.BSD/hostid2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d.BSD/hostid b/init.d.BSD/hostid
index d8e2123..57fc600 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
}