summaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-15 04:19:31 +0000
committerlinuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46>2007-03-15 04:19:31 +0000
commit77df33bca3dc1bc30c354661bc950bd3f6c27b13 (patch)
tree8ff64c3263e7e19fe4a66955f833244125edbbea /install.sh
parentfa02f0b468381a011af23cf9dc95ae014f4f896a (diff)
Mostly named changes to be more consistent with the project but also removed ledger-smb.conf.default as it appears replaced by LedgerSMB::Sysconfig (if I am wrong I apologize).
Also editing Sysconfig.pm and install.sh (does this need to be removed?) to address new conf files. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@906 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 645bde4b..b4d8599c 100644
--- a/install.sh
+++ b/install.sh
@@ -11,6 +11,6 @@ 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
+cp ledgersmb-httpd.conf $location
echo "Please restart your web server for the changes to take effect."