From d924dda779a64645f25cb44930306ff27f054e02 Mon Sep 17 00:00:00 2001 From: cgd Date: Sun, 10 Apr 1994 00:28:31 +0000 Subject: [PATCH] fix from Bob Kemp for when there are no enet addrs --- etc/netstart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/netstart b/etc/netstart index 4c18f081a126..7d892991f170 100644 --- a/etc/netstart +++ b/etc/netstart @@ -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