summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-02-25 17:07:42 +0000
committerdes <des@FreeBSD.org>2013-02-25 17:07:42 +0000
commit11d336c804952304299cbc8cd7bff9dce26a81c3 (patch)
treecc73423cccc687211608b575da608a4aa3620360
parentd4e1f873c14493cd92e885bf2774df196739e1ec (diff)
downloadFreeBSD-src-11d336c804952304299cbc8cd7bff9dce26a81c3.zip
FreeBSD-src-11d336c804952304299cbc8cd7bff9dce26a81c3.tar.gz
If rtadvd_interfaces is set to "none", start rtadvd without listing
any interfaces on the command line. MFC after: 1 week
-rwxr-xr-xetc/rc.d/rtadvd2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.d/rtadvd b/etc/rc.d/rtadvd
index 1ad40b8..562498c 100755
--- a/etc/rc.d/rtadvd
+++ b/etc/rc.d/rtadvd
@@ -46,6 +46,8 @@ rtadvd_precmd()
fi
done
;;
+ [Nn][Oo][Nn][Ee])
+ ;;
*)
command_args="${rtadvd_interfaces}"
;;
OpenPOWER on IntegriCloud