ispman/bin ispman.ldifupdate,1.4,1.5

Joerg Delker <[email protected]> Sat, 21 Oct 2006 20:45:06 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/bin
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv30933/bin

Modified Files:
	ispman.ldifupdate 
Log Message:
fixed bogus output

Index: ispman.ldifupdate
===================================================================
RCS file: /cvsroot/ispman/ispman/bin/ispman.ldifupdate,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- ispman.ldifupdate	26 May 2006 22:51:25 -0000	1.4
+++ ispman.ldifupdate	21 Oct 2006 20:45:04 -0000	1.5
@@ -698,11 +698,10 @@
 print STDERR "WARNING: Can't open $install_ldif" unless $ldif;
 
 print STDERR "\nChecking for missing ISPMan entries ...\n";
-$msg = "";
 while ( not $ldif->eof() ) {
     my $entry = $ldif->read_entry();
     if ( !$ispman->branchExists( $entry->dn ) ) {
-        $msg .= "adding missing entry " . $entry->dn;
+        $msg = "adding missing entry " . $entry->dn;
         commit( $entry, $msg );
     }
 }


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642