svn commit: r258430 - head/usr.sbin/bsdconfig/networking/share

Devin Teske dteske at FreeBSD.org
Thu Nov 21 17:49:56 UTC 2013


Author: dteske
Date: Thu Nov 21 17:49:56 2013
New Revision: 258430
URL: http://svnweb.freebsd.org/changeset/base/258430

Log:
  Remove unused line -- cruft left over from SVN r258360.

Modified:
  head/usr.sbin/bsdconfig/networking/share/device.subr

Modified: head/usr.sbin/bsdconfig/networking/share/device.subr
==============================================================================
--- head/usr.sbin/bsdconfig/networking/share/device.subr	Thu Nov 21 16:44:36 2013	(r258429)
+++ head/usr.sbin/bsdconfig/networking/share/device.subr	Thu Nov 21 17:49:56 2013	(r258430)
@@ -74,7 +74,6 @@ f_dialog_menu_netdev()
 	#
 	# Get list of usable network interfaces
 	#
-	local d='[[:digit:]]+:'
 	local if iflist= # Calculated below
 	for if in $( ifconfig -l ); do
 		# Skip unsavory interfaces


More information about the svn-src-head mailing list