Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 09:41:35 +0000 (UTC)
From:      Devin Teske <dteske@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r251926 - head/usr.sbin/bsdconfig/networking
Message-ID:  <201306180941.r5I9fZoE090430@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dteske
Date: Tue Jun 18 09:41:34 2013
New Revision: 251926
URL: http://svnweb.freebsd.org/changeset/base/251926

Log:
  Whitespace and comments.

Modified:
  head/usr.sbin/bsdconfig/networking/devices

Modified: head/usr.sbin/bsdconfig/networking/devices
==============================================================================
--- head/usr.sbin/bsdconfig/networking/devices	Tue Jun 18 09:39:52 2013	(r251925)
+++ head/usr.sbin/bsdconfig/networking/devices	Tue Jun 18 09:41:34 2013	(r251926)
@@ -101,7 +101,7 @@ while :; do
 	_netmask=
 	_ifconfig=$( f_sysrc_get ifconfig_$interface )
 	if [ "$_ifconfig" ]; then
-		# If DHCP get IP address/netmask later from ifconfig(8)
+		# If DHCP, get IP address/netmask later from ifconfig(8)
 		glob="[Dd][Hh][Cc][Pp]"
 		case "$_ifconfig" in
 		$glob) dhcp=1;;
@@ -109,8 +109,7 @@ while :; do
 		[Nn][Oo][Ss][Yy][Nn][Cc]$glob) dhcp=1;;
 		*)
 			#
-			# Get IP address/netmask from rc.conf(5)
-			# configuration
+			# Get IP address/netmask from rc.conf(5) configuration
 			#
 			dhcp=
 			eval "$( exec 2> /dev/null
@@ -149,7 +148,6 @@ while :; do
 
 	# Return to root menu if above returns success
 	[ $? -eq $SUCCESS ] && break
-
 done
 
 exit $SUCCESS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306180941.r5I9fZoE090430>