diff --git a/src/etc/netstart b/src/etc/netstart index 7bcc3e9c..694f0362 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.81 2001/07/06 05:53:17 angelos Exp $ +# $OpenBSD: netstart,v 1.82 2001/07/31 08:27:35 hugh Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -252,7 +252,7 @@ fi # Any other combination -reject config error case "$multicast_host:$multicast_router" in NO:NO) - route -n add -net 224.0.0.0/4 -interface 127.0.0.1 -reject> /dev/null + route -n add -net 224.0.0.0/4 -interface 127.0.0.1 -reject > /dev/null ;; NO:YES) ;;