[Pvfs2-cvs] commit by kunkel in pvfs2/test/common/pav: pav_create
CVS commit program
cvs at parl.clemson.edu
Sun Feb 18 04:19:58 EST 2007
Update of /projects/cvsroot/pvfs2/test/common/pav
In directory parlweb1:/tmp/cvs-serv32410/test/common/pav
Modified Files:
Tag: kunkel-migration-branch
pav_create
Log Message:
update to current CVS version because statecomp modifications are neat for my work, thanks!
Index: pav_create
===================================================================
RCS file: /projects/cvsroot/pvfs2/test/common/pav/pav_create,v
diff -p -u -r1.17.38.1 -r1.17.38.2
--- pav_create 17 Feb 2007 11:17:01 -0000 1.17.38.1
+++ pav_create 18 Feb 2007 09:19:58 -0000 1.17.38.2
@@ -97,7 +97,7 @@ sub create_nodefiles {
close(FH);
- my $ofile = $href->{'WORKINGDIR'} . "/metanodes";
+ $ofile = $href->{'WORKINGDIR'} . "/metanodes";
if (!open(FH, ">$ofile")) {
print STDERR "ERROR: cannot open file: $ofile\n";
@@ -168,8 +168,7 @@ sub create_pvfs2config
}
$rc = system($cmd);
- return 0;
-
+ return $rc;
}
sub create_pvfs2tab {
More information about the Pvfs2-cvs
mailing list