summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2010-10-23 23:52:43 -0500
committerJory A. Pratt <anarchy@gentoo.org>2010-10-23 23:52:43 -0500
commit7653ef89b88615874607848ad335e9a28db294fb (patch)
tree857634b21d41de07efb3112ed9270fbc226810a2
parentbe6c0716eec2e66d59ed9b5bce6219184f85351c (diff)
downloadopenrc-7653ef89b88615874607848ad335e9a28db294fb.tar.gz
openrc-7653ef89b88615874607848ad335e9a28db294fb.tar.bz2
openrc-7653ef89b88615874607848ad335e9a28db294fb.tar.xz
remove 'use hostname' bug 340991, Thanks Diego
-rw-r--r--init.d/bootmisc.in1
-rw-r--r--init.d/sysctl.Linux.in1
2 files changed, 0 insertions, 2 deletions
diff --git a/init.d/bootmisc.in b/init.d/bootmisc.in
index 5e24531..9708a24 100644
--- a/init.d/bootmisc.in
+++ b/init.d/bootmisc.in
@@ -4,7 +4,6 @@
depend()
{
- use hostname
need localmount
before logger
after clock sysctl
diff --git a/init.d/sysctl.Linux.in b/init.d/sysctl.Linux.in
index 19c22b4..71f61a5 100644
--- a/init.d/sysctl.Linux.in
+++ b/init.d/sysctl.Linux.in
@@ -4,7 +4,6 @@
depend()
{
- use hostname
before bootmisc logger
keyword -openvz -prefix -vserver
}