summaryrefslogtreecommitdiff
path: root/packages/initscripts/files/hostname.sh
diff options
context:
space:
mode:
authorChia-I Wu <olv@openmoko.com>2008-10-28 16:49:38 +0800
committerJohn Lee <john_lee@openmoko.org>2009-01-12 14:29:03 +0800
commit321b7dc88878ff24a48065048e01957d440a81c5 (patch)
treebcc1f0efb06afb662e250a45b83585870413eb30 /packages/initscripts/files/hostname.sh
parent0cd7f559c01c45f5fc287e533b7456fc2ba79cb9 (diff)
fastboot: initscripts-openmoko: Replacement for initscripts.
Move the common files into 'files' dir and keep Openmoko specific files under initscripts-openmoko. 'finish' was renamed to 'finish.sh', so various recipes have to be modified as well.
Diffstat (limited to 'packages/initscripts/files/hostname.sh')
-rw-r--r--packages/initscripts/files/hostname.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/initscripts/files/hostname.sh b/packages/initscripts/files/hostname.sh
new file mode 100644
index 0000000000..0f3d374286
--- /dev/null
+++ b/packages/initscripts/files/hostname.sh
@@ -0,0 +1,11 @@
+#
+# 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
+