summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-03-30 17:55:37 +0000
committerNoah Slater <nslater@apache.org>2008-03-30 17:55:37 +0000
commit521213dd1bff982796c46b289b14b1fbb3a47a07 (patch)
treec51ec8feecbe5ec316f7582d5beb5c93af6a9a84 /bin
parent4ebc9a023d7a739a5a129149ce0e59c0a462d735 (diff)
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
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am6
-rw-r--r--bin/couchdb.tpl.in4
-rw-r--r--bin/couchjs.tpl.in4
3 files changed, 4 insertions, 10 deletions
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
}