X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=Makefile;h=3362ca832c88793ca8fd3a5445d879853c97cf2a;hb=f9dbf311aeddb4356855362d586d1c4643b4f538;hp=c47720b809fc07a25982f7e6d3724960e195ea2c;hpb=f3175f9f238b54db37d701a7a7a5ede425b5753b;p=freeside.git diff --git a/Makefile b/Makefile index c47720b80..3362ca832 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,9 @@ SIGNUP_MACHINE = localhost SIGNUP_AGENTNUM = 2 SIGNUP_REFNUM = 2 +SELFSERVICE_USER = nostart +SELFSERVICE_MACHINE = localhost + #--- #not changable yet @@ -134,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