]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/initscripts/initscripts-1.0/hostname.sh
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / initscripts / initscripts-1.0 / hostname.sh
1 #
2 # hostname.sh   Set hostname.
3 #
4 # Version:      @(#)hostname.sh  1.10  26-Feb-2001  miquels@cistron.nl
5 #
6
7 if test -f /etc/hostname
8 then
9         hostname -F /etc/hostname
10 fi
11