summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddall <rsiddall>2009-07-14 00:28:05 +0000
committerrsiddall <rsiddall>2009-07-14 00:28:05 +0000
commit1d3af1f921c52bc1cd1dde7a73b9a22f097bf606 (patch)
treea21ba1dd7cfdfe536b8c5469112fd1743202fc4c /Makefile
parentb6a644c59f47d0a890c2f3122d362a72958fbc58 (diff)
New export to register/transfer/renew/revoke domains using Net::DRI.
Currently optimized for OpenSRS. Should become more generalized in later releases. Modified Makefile to insert the Freeside log folder into the new export. Modified svc_domain.pm to prevent generation of transfer requests when a domain is moved to a different package with a domain registration attached to one of the included services. Modified domreg.cgi to display errors on a separate page.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc1e679..1795f04 100644
--- a/Makefile
+++ b/Makefile
@@ -203,6 +203,7 @@ perl-modules:
" blib/lib/FS/Cron/*.pm;\
perl -p -i -e "\
s|%%%FREESIDE_EXPORT%%%|${FREESIDE_EXPORT}|g;\
+ s|%%%FREESIDE_LOG%%%|${FREESIDE_LOG}|g;\
" blib/lib/FS/part_export/*.pm;\
perl -p -i -e "\
s|%%%FREESIDE_CACHE%%%|${FREESIDE_CACHE}|g;\