diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-20 02:53:22 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-03-20 02:53:22 +0000 |
commit | ac35595d0e52f2b92bb255590402f4a14b059559 (patch) | |
tree | 75ff266120ece28d31bd02af9c0e4a613dd28d9b | |
parent | a9ac9e7ceff839cc1d8ff649843bc4eca31b9008 (diff) |
renaming httpd.conf extension to ledgersmb-httpd.conf
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@951 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | configure_apache.sh | 4 | ||||
-rw-r--r-- | ledgersmb-httpd.conf (renamed from ledger-smb-httpd.conf) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure_apache.sh b/configure_apache.sh index 645bde4b..c0f10f07 100644 --- a/configure_apache.sh +++ b/configure_apache.sh @@ -9,8 +9,8 @@ read username chown $username spool templates css -echo "Where do we copy the ledger-smb-httpd.conf file to?" +echo "Where do we copy the ledgersmb-httpd.conf file to?" read location -cp ledger-smb-httpd.conf $location +cp ledgersmb-httpd.conf $location echo "Please restart your web server for the changes to take effect." diff --git a/ledger-smb-httpd.conf b/ledgersmb-httpd.conf index b92e09d4..b92e09d4 100644 --- a/ledger-smb-httpd.conf +++ b/ledgersmb-httpd.conf |