[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb: [93] trunk/SL2LS.pl



Revision: 93
          http://svn.sourceforge.net/ledger-smb/?rev=93&view=rev
Author:   einhverfr
Date:     2006-09-14 08:51:03 -0700 (Thu, 14 Sep 2006)

Log Message:
-----------
Error message presentation cleanup in SL2LS.pl

Modified Paths:
--------------
    trunk/SL2LS.pl

Modified: trunk/SL2LS.pl
===================================================================
--- trunk/SL2LS.pl	2006-09-14 15:19:39 UTC (rev 92)
+++ trunk/SL2LS.pl	2006-09-14 15:51:03 UTC (rev 93)
@@ -6,10 +6,10 @@
 # needs to be deleted and the sql-ledger.conf needs to be renamed.
 
 $filedie = "To install manually:\n" .
-	"rename the sql-ledger.conf to ledger-smb.conf\n ".
-	"Delete the SL directory (optional but HIGHLY recommended)\n";
+	" Rename the sql-ledger.conf to ledger-smb.conf\n".
+	" Delete the SL directory (optional but HIGHLY recommended)\n";
 open (SL, "< sql-ledger.conf") || die (
-	"Could not open sql-ledger.conf: $! \n $filedie");
+	"Could not open sql-ledger.conf: $! \n\n $filedie");
 open (LS, "> ledger-smb.conf") || die (
 	"Could not open ledger-smb.conf: $! \n $filedie");
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.