[MKDoc-commit] backport ServerAdmin stuff from 1.8 install script

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Thu Nov 25 12:45:10 GMT 2004


Log Message:
-----------
backport ServerAdmin stuff from 1.8 install script

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/tools:
        install-details-gt.pl

-------------- next part --------------
Index: install-details-gt.pl
===================================================================
RCS file: /var/spool/cvs/mkd/tools/install-details-gt.pl,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -Ltools/install-details-gt.pl -Ltools/install-details-gt.pl -u -r1.21.2.4 -r1.21.2.5
--- tools/install-details-gt.pl
+++ tools/install-details-gt.pl
@@ -314,6 +314,8 @@
     SetEnv      SITE_DIR                $site_dir
     SetEnv      PUBLIC_DOMAIN           http://www.$domain_name/
     SetEnv      USER_DOMAIN             http://users.$domain_name/
+    SetEnv      SERVER_ADMIN            "admin\@$domain_name"
+    ServerAdmin "admin\@$domain_name"
 
     # where to cache stuff
     SetEnv  MKD__CACHE_DIR  "$site_dir/cache"


More information about the MKDoc-commit mailing list