From: Peter C. <pc...@us...> - 2010-02-03 01:26:59
|
Update of /cvsroot/ipbench/ipbench2 In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20202 Modified Files: ChangeLog Log Message: Many minor mods: --- rename ipbench.py and ipbenchd.py to remove suffix --- Check return values on system() , nice() etc., to allow building with -Werror --- Fix installation varation between Ubuntu and Debian: site-packages vs dist-packages. Index: ChangeLog =================================================================== RCS file: /cvsroot/ipbench/ipbench2/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** ChangeLog 28 Aug 2006 01:35:23 -0000 1.23 --- ChangeLog 3 Feb 2010 01:26:50 -0000 1.24 *************** *** 1,2 **** --- 1,6 ---- + 2010-02-02 Peter Chubb <pe...@ge...> + + * Fix compilation on Ubuntu Jaunty. + 2006-08-28 Ian Wienand <ianw@localdomain> |