fix from Bob Kemp <rsk@ecs.soton.ac.uk> for when there are no enet addrs

This commit is contained in:
cgd 1994-04-10 00:28:31 +00:00
parent 47894a50ac
commit d924dda779
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh -
#
# @(#)netstart 5.9 (Berkeley) 3/30/91
# $Id: netstart,v 1.16 1994/03/14 04:14:13 cgd Exp $
# $Id: netstart,v 1.17 1994/04/10 00:28:31 cgd Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
routed_flags=-q
@ -59,7 +59,7 @@ fi
(
tmp="$IFS"
IFS="$IFS."
set -- `echo /etc/hostname.*`
set -- `echo /etc/hostname*`
IFS=$tmp
unset tmp