K 10 svn:author V 3 rse K 8 svn:date V 27 2004-12-05T09:51:48.000000Z K 7 svn:log V 524 Use "ifconfig -l" instead of "list_network_interfaces all" in ifnet_rename() to support situations where rc.conf's $network_interfaces variable is set to an explicit list of network interfaces (instead of the default "auto"). Using "list_network_interfaces all" resulted in using $network_interfaces for both interface _renaming_ and interface _configuration_ which obviously cannot work either before (if the new name is in $network_interfaces) or after (if the old name is in $network_interfaces) renaming the interface. END