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

SF.net SVN: ledger-smb:[2545] trunk/INSTALL



Revision: 2545
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2545&view=rev
Author:   jfkw
Date:     2009-04-13 00:28:12 +0000 (Mon, 13 Apr 2009)

Log Message:
-----------
Restore WORKING_DIR to INSTALL sed command creating ledgersmb-httpd-13.conf.

Modified Paths:
--------------
    trunk/INSTALL

Modified: trunk/INSTALL
===================================================================
--- trunk/INSTALL	2009-04-12 21:04:52 UTC (rev 2544)
+++ trunk/INSTALL	2009-04-13 00:28:12 UTC (rev 2545)
@@ -54,7 +54,7 @@
 
 The following sed command applies the repetitive substitution automatically.
 
-$ cat ledgersmb-httpd.conf | sed "s|/path/to/ledgersmb13|$(pwd)|" > ledgersmb-httpd-13.conf
+$ cat ledgersmb-httpd.conf | sed "s|WORKING_DIR|$(pwd)|" > ledgersmb-httpd-13.conf
 
 You can also apply the substitution manually in your preferred text editor.
 


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