Dne 8.7.2011 10:44, [email protected] napsal(a): > --- trunk/fcoe-client/src/complex.ycp (original) > +++ trunk/fcoe-client/src/complex.ycp Fri Jul 8 10:44:04 2011 > @@ -332,13 +332,13 @@ > else > { > command = sformat( "fipvlan -c -s %1", dev_name ); // > create and start FCoE > - create_ifcfg = true; > + // create_ifcfg = true;
Please, no commented code. If the commented code is not valid anymore simply delete it (it can be reanimated from VCS history in the future if you need it back, just use meaningful commit message to find it easily). If it's a temporary fix then add a comment why it was commented and when it can be enabled again. -- Best Regards Ladislav Slezák Yast Developer ------------------------------------------------------------------------ SUSE LINUX, s.r.o. e-mail: [email protected] Lihovarská 1060/12 tel: +420 284 028 960 190 00 Prague 9 fax: +420 284 028 951 Czech Republic http://www.suse.cz/ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
