[Pvfs2-cvs] commit by pw in pvfs2/src/apps/admin: pvfs2-genconfig
CVS commit program
cvs at parl.clemson.edu
Tue Dec 19 13:26:47 EST 2006
Update of /projects/cvsroot/pvfs2/src/apps/admin
In directory parlweb1:/tmp/cvs-serv22413/src/apps/admin
Modified Files:
pvfs2-genconfig
Log Message:
logfile lives in server.conf, no need to be in fs.conf too
Index: pvfs2-genconfig
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/apps/admin/pvfs2-genconfig,v
diff -u -p -p -u -r1.64 -r1.65
--- pvfs2-genconfig 29 Nov 2006 21:12:44 -0000 1.64
+++ pvfs2-genconfig 19 Dec 2006 18:26:47 -0000 1.65
@@ -176,18 +176,6 @@ sub emit_defaults
print $target "<Defaults>\n";
print $target "\tUnexpectedRequests $num_unexp\n";
-
- if(defined($logfile))
- {
- # remove quotes from logfile if any
- if ($logfile =~ /\".*\"/)
- {
- $logfile =~ s/\"//g;
- }
-
- print $target "\tLogFile $logfile\n";
- }
-
print $target "\tEventLogging $logging\n";
print $target "\tLogStamp $logstamp\n";
print $target "\tBMIModules $bmi_module\n";
More information about the Pvfs2-cvs
mailing list