summaryrefslogtreecommitdiffstats
path: root/meta/packages/initscripts/initscripts-1.0/hostname.sh
blob: 0f3d3742864d662192c5d578d46e58e76e322fe4 (plain)
1
2
3
4
5
6
7
8
9
10
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