diff options
author | ivan <ivan> | 2003-01-14 10:15:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-01-14 10:15:19 +0000 |
commit | d311117b3f2e7476642e25494156dbde746fcdf8 (patch) | |
tree | 5863d869659d98d11985390914e7a5b29288783a | |
parent | 6f7f2dfdda40d269a9a7a9bffe584f2fd070d251 (diff) |
selfservice
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,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 |