You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/10/06 22:42:38 UTC

svn commit: r822491 - /httpd/mod_ftp/trunk/Makefile-ftp.win

Author: wrowe
Date: Tue Oct  6 20:42:38 2009
New Revision: 822491

URL: http://svn.apache.org/viewvc?rev=822491&view=rev
Log:
substitute domain, and for later a servername if it is ever added

Modified:
    httpd/mod_ftp/trunk/Makefile-ftp.win

Modified: httpd/mod_ftp/trunk/Makefile-ftp.win
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile-ftp.win?rev=822491&r1=822490&r2=822491&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/Makefile-ftp.win (original)
+++ httpd/mod_ftp/trunk/Makefile-ftp.win Tue Oct  6 20:42:38 2009
@@ -234,6 +234,8 @@
   sub(/@rel_sysconfdir@/, "conf");
   sub(/@rel_logfiledir@/, "logs");
   sub(/@@FTPPort@@/, "$(FTPPORT)");
+  sub(/you@ftp.example.com/, "$(SERVERADMIN)");
+  sub(/ftp.example.com/, "$(SERVERNAME)");
   print $0;
 }
 <<