summaryrefslogtreecommitdiff
path: root/packages/initscripts/files/hostname.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packages/initscripts/files/hostname.sh')
-rw-r--r--packages/initscripts/files/hostname.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/packages/initscripts/files/hostname.sh b/packages/initscripts/files/hostname.sh
deleted file mode 100644
index 1a3fd2f17e..0000000000
--- a/packages/initscripts/files/hostname.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-#
-# 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
-