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