summaryrefslogtreecommitdiff
path: root/initscripts/initscripts-1.0/hostname.sh
diff options
context:
space:
mode:
Diffstat (limited to 'initscripts/initscripts-1.0/hostname.sh')
-rw-r--r--initscripts/initscripts-1.0/hostname.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/initscripts/initscripts-1.0/hostname.sh b/initscripts/initscripts-1.0/hostname.sh
deleted file mode 100644
index 0f3d374286..0000000000
--- a/initscripts/initscripts-1.0/hostname.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# hostname.sh Set hostname.
-#
-# Version: @(#)hostname.sh 1.10 26-Feb-2001 miquels@cistron.nl
-#
-
-if test -f /etc/hostname
-then
- hostname -F /etc/hostname
-fi
-