diff options
author | mtm <mtm@FreeBSD.org> | 2004-05-20 15:53:49 +0000 |
---|---|---|
committer | mtm <mtm@FreeBSD.org> | 2004-05-20 15:53:49 +0000 |
commit | 8a9e48f1da5334155976977769d9f88c1cb451a8 (patch) | |
tree | d99a4ddf221233c54bb128a86bac818ee88bae02 /etc/rc.d/netif | |
parent | 32c76f06be3835b995046e0265057f6e46005b44 (diff) | |
download | FreeBSD-src-8a9e48f1da5334155976977769d9f88c1cb451a8.zip FreeBSD-src-8a9e48f1da5334155976977769d9f88c1cb451a8.tar.gz |
Really remove the return statement this time. Thanks to
ru for noticing.
Diffstat (limited to 'etc/rc.d/netif')
-rw-r--r-- | etc/rc.d/netif | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/rc.d/netif b/etc/rc.d/netif index 38e4478..63d45dd 100644 --- a/etc/rc.d/netif +++ b/etc/rc.d/netif @@ -101,7 +101,6 @@ network_common() eval _cooked_list=\"`expr "$_ifn_list" : ".*\($_cmdifn\).*"`\" if [ -z "$_cooked_list" ]; then err 1 "No such network interface: $_cmdifn" - return 1 fi fi |