PERFORCE change 139148 for review

Sam Leffler sam at FreeBSD.org
Tue Apr 1 12:12:42 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139148

Change 139148 by sam at sam_ebb on 2008/04/01 19:12:11

	fix syntax error

Affected files ...

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

Differences ...

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

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


More information about the p4-projects mailing list