Browse Source

a space before a redirect

OPENBSD_3_0
hugh 23 years ago
parent
commit
1d494c434e
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/etc/netstart

+ 2
- 2
src/etc/netstart View File

@ -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)
;;


Loading…
Cancel
Save