From 521213dd1bff982796c46b289b14b1fbb3a47a07 Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Sun, 30 Mar 2008 17:55:37 +0000 Subject: updated source to use apache infrastructure addresses git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@642789 13f79535-47bb-0310-9956-ffa450edef68 --- bin/Makefile.am | 6 ++---- bin/couchdb.tpl.in | 4 +--- bin/couchjs.tpl.in | 4 +--- 3 files changed, 4 insertions(+), 10 deletions(-) (limited to 'bin') diff --git a/bin/Makefile.am b/bin/Makefile.am index 07680c1b..cbe69dbc 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -34,8 +34,7 @@ couchdb: couchdb.tpl -e "s|%pkgstatelogdir%|@pkgstatelogdir@|g" \ -e "s|%pkgstatelibdir%|@pkgstatelibdir@|g" \ -e "s|%localstatedir%|@localstatedir@|g" \ - -e "s|%list_address%|@list_address@|g" \ - -e "s|%list_uri%|@list_uri@|g" \ + -e "s|%bug_uri%|@bug_uri@|g" \ -e "s|%package_author_address%|@package_author_address@|g" \ -e "s|%package_author_name%|@package_author_name@|g" \ -e "s|%package_name%|@package_name@|g" \ @@ -46,8 +45,7 @@ couchdb: couchdb.tpl couchjs: couchjs.tpl sed -e "s|%libbindir%|@libbindir@|g" \ - -e "s|%list_address%|@list_address@|g" \ - -e "s|%list_uri%|@list_uri@|g" \ + -e "s|%bug_uri%|@bug_uri@|g" \ -e "s|%package_author_address%|@package_author_address@|g" \ -e "s|%package_author_name%|@package_author_name@|g" \ -e "s|%package_name%|@package_name@|g" \ diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in index a29edc47..e5585aa8 100644 --- a/bin/couchdb.tpl.in +++ b/bin/couchdb.tpl.in @@ -85,9 +85,7 @@ Options: -k kill the background process, will respawn if needed -d shutdown the background process -Report bugs via the web at <%list_uri%>. - -Report bugs via email to <%list_address%>. +Report bugs at <%bug_uri%>. EOF } diff --git a/bin/couchjs.tpl.in b/bin/couchjs.tpl.in index 634940f2..0bc84f2f 100644 --- a/bin/couchjs.tpl.in +++ b/bin/couchjs.tpl.in @@ -55,9 +55,7 @@ Options: -h display a short help message and exit -V display version information and exit -Report bugs via the web at <%list_uri%>. - -Report bugs via email to <%list_address%>. +Report bugs at <%bug_uri%>. EOF } -- cgit v1.2.3