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

SF.net SVN: ledger-smb: [935] branches/1.2



Revision: 935
          http://svn.sourceforge.net/ledger-smb/?rev=935&view=rev
Author:   einhverfr
Date:     2007-03-17 15:05:45 -0700 (Sat, 17 Mar 2007)

Log Message:
-----------
Renaming the Apache configuration script

Added Paths:
-----------
    branches/1.2/configure_apache.sh

Removed Paths:
-------------
    branches/1.2/install.sh

Added: branches/1.2/configure_apache.sh
===================================================================
--- branches/1.2/configure_apache.sh	                        (rev 0)
+++ branches/1.2/configure_apache.sh	2007-03-17 22:05:45 UTC (rev 935)
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+CWD=`pwd`
+
+sed -i "s|WORKING_DIR|$CWD|"
+
+echo "Which user does your web server run as?"
+read username
+
+chown $username spool templates css
+
+echo "Where do we copy the ledger-smb-httpd.conf file to?"
+read location
+cp ledger-smb-httpd.conf $location
+
+echo "Please restart your web server for the changes to take effect."

Deleted: branches/1.2/install.sh
===================================================================
--- branches/1.2/install.sh	2007-03-17 22:04:42 UTC (rev 934)
+++ branches/1.2/install.sh	2007-03-17 22:05:45 UTC (rev 935)
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-CWD=`pwd`
-
-sed -i "s|WORKING_DIR|$CWD|"
-
-echo "Which user does your web server run as?"
-read username
-
-chown $username spool templates css
-
-echo "Where do we copy the ledger-smb-httpd.conf file to?"
-read location
-cp ledger-smb-httpd.conf $location
-
-echo "Please restart your web server for the changes to take effect."


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