Author: des
Date: Mon Feb 25 17:07:42 2013
New Revision: 247271
URL: http://svnweb.freebsd.org/changeset/base/247271

Log:
  If rtadvd_interfaces is set to "none", start rtadvd without listing
  any interfaces on the command line.
  
  MFC after:    1 week

Modified:
  head/etc/rc.d/rtadvd

Modified: head/etc/rc.d/rtadvd
==============================================================================
--- head/etc/rc.d/rtadvd        Mon Feb 25 16:47:09 2013        (r247270)
+++ head/etc/rc.d/rtadvd        Mon Feb 25 17:07:42 2013        (r247271)
@@ -46,6 +46,8 @@ rtadvd_precmd()
                        fi
                done
                ;;
+       [Nn][Oo][Nn][Ee])
+               ;;
        *)
                command_args="${rtadvd_interfaces}"
                ;;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to