=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/netstart,v retrieving revision 1.157 retrieving revision 1.158 diff -u -r1.157 -r1.158 --- src/etc/netstart 2015/10/23 15:22:49 1.157 +++ src/etc/netstart 2015/10/26 19:24:04 1.158 @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.157 2015/10/23 15:22:49 claudio Exp $ +# $OpenBSD: netstart,v 1.158 2015/10/26 19:24:04 rpe Exp $ # Turn off Strict Bourne shell mode. set +o sh @@ -185,10 +185,7 @@ # /etc/myname contains my symbolic name. if [ -f /etc/myname ]; then - hostname=`stripcom /etc/myname` - hostname $hostname -else - hostname=`hostname` + hostname "$(stripcom /etc/myname)" fi # Set the address for the loopback interface. Bringing the interface up,