X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=0d16f3510f2b8125a76e64ad40ecfb7eb32a4ad0;hb=a851e7c263db2e7040bd2e29a9bf44b80bd8eba9;hp=8ea74637ad2d77b7592a26ab206d2c2f65a42179;hpb=f84c9eb1c4479cc84ec62b0822c18579ec8f683a;p=freeside.git diff --git a/Makefile b/Makefile index 8ea74637a..0d16f3510 100644 --- a/Makefile +++ b/Makefile @@ -13,20 +13,24 @@ ASP_GLOBAL = /usr/local/etc/freeside/asp-global MASON_HANDLER = /usr/local/etc/freeside/handler.pl MASONDATA = /usr/local/etc/freeside/masondata -#deb, others? +#deb FREESIDE_DOCUMENT_ROOT = /var/www/freeside +#redhat, mandrake +#FREESIDE_DOCUMENT_ROOT = /var/www/html/freeside #freebsd #FREESIDE_DOCUMENT_ROOT = /usr/local/www/data/freeside #openbsd #FREESIDE_DOCUMENT_ROOT = /var/www/htdocs/freeside -#deb, others? +#deb, redhat, mandrake, others? INIT_FILE = /etc/init.d/freeside #freebsd #INIT_FILE = /usr/local/etc/rc.d/011.freeside.sh -#deb, others? +#deb HTTPD_RESTART = /etc/init.d/apache restart +#redhat, mandrake +#HTTPD_RESTART = /etc/init.d/httpd restart #freebsd #HTTPD_RESTART = /usr/local/etc/rc.d/apache.sh stop; sleep 1; /usr/local/etc/rc.d/apache.sh start #openbsd @@ -34,9 +38,9 @@ HTTPD_RESTART = /etc/init.d/apache restart FREESIDE_RESTART = ${INIT_FILE} restart -#deb, others? +#deb, redhat, mandrake, others? INSTALLGROUP = root -#freebsd,openbsd +#freebsd, openbsd #INSTALLGROUP = wheel #edit the stuff below to have the daemons start @@ -160,7 +164,8 @@ create-config: install-perl-modules mkdir "${FREESIDE_CONF}/conf.${DATASOURCE}" rm -rf conf/registries #old dirs just won't go away - cp conf/[a-z]* "${FREESIDE_CONF}/conf.${DATASOURCE}" + #cp conf/[a-z]* "${FREESIDE_CONF}/conf.${DATASOURCE}" + cp `ls -d conf/[a-z]* | grep -v CVS` "${FREESIDE_CONF}/conf.${DATASOURCE}" chown -R freeside "${FREESIDE_CONF}/conf.${DATASOURCE}" mkdir "${FREESIDE_CONF}/counters.${DATASOURCE}"