[freeside-commits] branch master updated. 34eb85be541335c5b4b92cc8e926b472f0515113

Ivan ivan at 420.am
Thu May 14 12:25:40 PDT 2015


The branch, master has been updated
       via  34eb85be541335c5b4b92cc8e926b472f0515113 (commit)
      from  192cd668319664ccd36f73b0a3d4c5ef28c2b23d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 34eb85be541335c5b4b92cc8e926b472f0515113
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu May 14 12:25:30 2015 -0700

    fix make install-init

diff --git a/Makefile b/Makefile
index 99e3dbc..ee42a59 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ APACHE_VERSION=2.4
 
 #deb (-7 and upgrades)
 FREESIDE_DOCUMENT_ROOT = /var/www/freeside
-#deb (new installs of 8+)
+#deb (new installs of 8+) (plus needs more work w/new auth)
 #FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside
 #redhat, fedora, mandrake
 #FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside
@@ -52,7 +52,7 @@ INIT_FILE = /etc/init.d/freeside
 #INIT_FILE = /usr/local/etc/rc.d/011.freeside.sh
 
 #deb
-INIT_INSTALL = PATH=$PATH:/sbin /usr/sbin/update-rc.d freeside defaults 23 01
+INIT_INSTALL = PATH=${PATH}:/sbin /usr/sbin/update-rc.d freeside defaults 23 01
 #redhat, fedora
 #INIT_INSTALL = /sbin/chkconfig freeside on
 #not necessary (freebsd)

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)




More information about the freeside-commits mailing list