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

Re: missing filename in install.sh



On Fri, 26 Feb 2010, Adam Thompson wrote:

(Applies to all versions of install.sh in trunk, confirmed in SVN revs
799 through 2896.)

Line 15 reads:
sed -i.orig "s|WORKING_DIR|$CWD|"
which does nothing except spit out a warning message.

INSTALL.manual instead lists the command:
sed -e "s|WORKING_DIR|$(pwd)|" ledgersmb-httpd.conf > ledgersmb-httpd-13.conf

As an utterly unrelated thing, ledgersmb-13-httpd.conf, or ledgersmb13-httpd.conf, would seem a more normal filename.

It is an httpd config file for LedgerSMB version 13, not a LedgerSMB configuration file for HTTPD version 13.

Luke