Browse Source

The hostname variable is not used since r1.99. Remove it and use

stripcom() output directly with the hostname command.
OK deraadt@ krw@
OPENBSD_5_9
rpe 9 years ago
parent
commit
6108998069
1 changed files with 2 additions and 5 deletions
  1. +2
    -5
      src/etc/netstart

+ 2
- 5
src/etc/netstart View File

@ -1,6 +1,6 @@
#!/bin/sh - #!/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. # Turn off Strict Bourne shell mode.
set +o sh set +o sh
@ -185,10 +185,7 @@ fi
# /etc/myname contains my symbolic name. # /etc/myname contains my symbolic name.
if [ -f /etc/myname ]; then if [ -f /etc/myname ]; then
hostname=`stripcom /etc/myname` hostname "$(stripcom /etc/myname)"
hostname $hostname
else
hostname=`hostname`
fi fi
# Set the address for the loopback interface. Bringing the interface up, # Set the address for the loopback interface. Bringing the interface up,


|||||||
|||||||
xxxxxxxxxx
 
000:0
x
 
000:0
Loading…
Cancel
Save