summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorivan <ivan>2003-09-19 10:07:18 +0000
committerivan <ivan>2003-09-19 10:07:18 +0000
commit86c14f830b8d7e996bb84a0ad6a89f26816ea5b7 (patch)
tree824777ca446988bf9e26b9776189659aab0e8a33 /Makefile
parent84350d6e85711cb4ba6fbf6ef40a58d6cf0e52da (diff)
move signup server functions to self-service server. fix provisioning &
immediate suspension of declined signups.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index bf5b73efc..d4d753d6d 100644
--- a/Makefile
+++ b/Makefile
@@ -46,14 +46,6 @@ QUEUED_USER=fs_queue
#eventually this shouldn't be needed
FREESIDE_PATH = `pwd`
-PASSWD_USER = nostart
-PASSWD_MACHINE = localhost
-
-SIGNUP_USER = nostart
-SIGNUP_MACHINE = localhost
-SIGNUP_AGENTNUM = 2
-SIGNUP_REFNUM = 2
-
SELFSERVICE_USER = fs_selfservice
SELFSERVICE_MACHINE = localhost
@@ -140,12 +132,6 @@ install-init:
perl -p -i -e "\
s/%%%QUEUED_USER%%%/${QUEUED_USER}/g;\
s'%%%FREESIDE_PATH%%%'${FREESIDE_PATH}'g;\
- s/%%%PASSWD_USER%%%/${PASSWD_USER}/g;\
- s/%%%PASSWD_MACHINE%%%/${PASSWD_MACHINE}/g;\
- s/%%%SIGNUP_USER%%%/${SIGNUP_USER}/g;\
- 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}