summaryrefslogtreecommitdiff
path: root/init.d/hostname
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/hostname')
-rwxr-xr-xinit.d/hostname5
1 files changed, 0 insertions, 5 deletions
diff --git a/init.d/hostname b/init.d/hostname
index 1ee3e38..a777cb3 100755
--- a/init.d/hostname
+++ b/init.d/hostname
@@ -4,11 +4,6 @@
description="Sets the hostname of the machine."
-depend()
-{
- need checkroot
-}
-
start()
{
hostname=${hostname-${HOSTNAME-localhost}}