summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2010-11-16 10:02:28 -0600
committerWilliam Hubbs <williamh@gentoo.org>2010-11-16 10:03:05 -0600
commit9e5b9abf407549e514d914e0f9d86df98d66fdf2 (patch)
tree88d427cfad02abdf6ba1fc804ee848b9b334a182
parentac37dc276432348e7e389e271b79bdafb0f18c83 (diff)
downloadopenrc-9e5b9abf407549e514d914e0f9d86df98d66fdf2.tar.gz
openrc-9e5b9abf407549e514d914e0f9d86df98d66fdf2.tar.bz2
openrc-9e5b9abf407549e514d914e0f9d86df98d66fdf2.tar.xz
remove "use hostname" from sysctl for bsd systems
-rw-r--r--init.d/sysctl.BSD.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.d/sysctl.BSD.in b/init.d/sysctl.BSD.in
index eba9d4d..892c0ca 100644
--- a/init.d/sysctl.BSD.in
+++ b/init.d/sysctl.BSD.in
@@ -4,7 +4,6 @@
depend()
{
- use hostname
before bootmisc logger
keyword -prefix
}