X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=3362ca832c88793ca8fd3a5445d879853c97cf2a;hb=f1324d535989205477e37d701c910b12c045687b;hp=adb9d61df5cfbecaf10606c6958e33526aaedd45;hpb=25fdab941288302f1aa8063d4e237f62876c59b8;p=freeside.git diff --git a/Makefile b/Makefile index adb9d61df..3362ca832 100644 --- a/Makefile +++ b/Makefile @@ -26,12 +26,12 @@ HTTPD_RESTART = /etc/init.d/apache restart #freebsd #HTTPD_RESTART = /usr/local/etc/rc.d/apache.sh stop; sleep 1; /usr/local/etc/rc.d/apache.sh start -FREESIDE_RESTART = $INIT_FILE restart +FREESIDE_RESTART = ${INIT_FILE} restart #deb, others? INSTALLGROUP = root #freebsd -INSTALLGROUP = wheel +#INSTALLGROUP = wheel #edit the stuff below to have the daemons start @@ -48,6 +48,9 @@ SIGNUP_MACHINE = localhost SIGNUP_AGENTNUM = 2 SIGNUP_REFNUM = 2 +SELFSERVICE_USER = nostart +SELFSERVICE_MACHINE = localhost + #--- #not changable yet @@ -95,6 +98,7 @@ htmlman: [ -e ./httemplate/docs/man/FS ] || mkdir httemplate/docs/man/FS [ -e ./httemplate/docs/man/FS/UI ] || mkdir httemplate/docs/man/FS/UI [ -e ./httemplate/docs/man/FS/part_export ] || mkdir httemplate/docs/man/FS/part_export + chmod a+rx bin/pod2x [ -e DONT_REBUILD_DOCS ] || bin/pod2x forcehtmlman: @@ -133,6 +137,8 @@ install-init: s/%%%SIGNUP_MACHINE%%%/${SIGNUP_MACHINE}/g;\ s/%%%SIGNUP_AGENTNUM%%%/${SIGNUP_AGENTNUM}/g;\ s/%%%SIGNUP_REFNUM%%%/${SIGNUP_REFNUM}/g;\ + s/%%%SELFSERVICE_USER%%%/${SELFSERVICE_USER}/g;\ + s/%%%SELFSERVICE_MACHINE%%%/${SELFSERVICE_MACHINE}/g;\ " ${INIT_FILE} install: install-perl-modules install-docs install-init