X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=Makefile;h=2c2b7a5be7589c0ad380345722843dd384883b02;hp=d4d753d6d5d517dc93040ff2048b4e0a89a5631f;hb=4992785a9ee19e318d4f4ac144675da97abbfb3d;hpb=86c14f830b8d7e996bb84a0ad6a89f26816ea5b7 diff --git a/Makefile b/Makefile index d4d753d6d..2c2b7a5be 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}"