Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Apr 2008 19:01:28 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139147 for review
Message-ID:  <200804011901.m31J1SAB094277@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139147

Change 139147 by sam@sam_ebb on 2008/04/01 19:00:55

	missing "

Affected files ...

.. //depot/projects/vap/etc/rc.d/netif#5 edit

Differences ...

==== //depot/projects/vap/etc/rc.d/netif#5 (text+ko) ====

@@ -125,7 +125,7 @@
 	_fail=
 	for ifn in ${_cooked_list}; do
 		if !${_func} ${ifn} $2; then
-			_fail="${_fail} ${ifn}
+			_fail="${_fail} ${ifn}"
 		fi
 	done
 



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