diff options
Diffstat (limited to 'init.d/hostname')
-rwxr-xr-x | init.d/hostname | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/init.d/hostname b/init.d/hostname index 1ee3e381..a777cb38 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}} |