summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoah Slater <nslater@apache.org>2008-08-18 09:49:40 +0000
committerNoah Slater <nslater@apache.org>2008-08-18 09:49:40 +0000
commit108e5d2e95f68bd96453d117c6db768695095d4a (patch)
treebe17e389651f302686476354ce5e7a664440f7a3
parent2d61f9bee72353bba1deb549abe87ba7ec4d0652 (diff)
removed @configure_input@ use
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@686712 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--bin/couchdb.tpl.in2
-rw-r--r--bin/couchjs.tpl.in2
-rw-r--r--etc/couchdb/couch.ini.tpl.in2
-rw-r--r--etc/couchdb/couch_httpd.conf.tpl.in2
-rw-r--r--etc/default/couchdb.tpl.in2
-rw-r--r--etc/init/couchdb.tpl.in2
-rw-r--r--etc/launchd/org.apache.couchdb.plist.tpl.in1
7 files changed, 0 insertions, 13 deletions
diff --git a/bin/couchdb.tpl.in b/bin/couchdb.tpl.in
index c89be794..2fbafb28 100644
--- a/bin/couchdb.tpl.in
+++ b/bin/couchdb.tpl.in
@@ -1,7 +1,5 @@
#! /bin/sh -e
-# @configure_input@
-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
diff --git a/bin/couchjs.tpl.in b/bin/couchjs.tpl.in
index e01a2bb1..3b21b096 100644
--- a/bin/couchjs.tpl.in
+++ b/bin/couchjs.tpl.in
@@ -1,7 +1,5 @@
#! /bin/sh -e
-# @configure_input@
-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
diff --git a/etc/couchdb/couch.ini.tpl.in b/etc/couchdb/couch.ini.tpl.in
index 7e155fab..af7d32b7 100644
--- a/etc/couchdb/couch.ini.tpl.in
+++ b/etc/couchdb/couch.ini.tpl.in
@@ -1,5 +1,3 @@
-; @configure_input@
-
[Couch]
ConsoleStartupMsg=Apache CouchDB is starting.
diff --git a/etc/couchdb/couch_httpd.conf.tpl.in b/etc/couchdb/couch_httpd.conf.tpl.in
index 19d6d10c..0710fc6c 100644
--- a/etc/couchdb/couch_httpd.conf.tpl.in
+++ b/etc/couchdb/couch_httpd.conf.tpl.in
@@ -1,5 +1,3 @@
-# @configure_input@
-
Port 5984
#BindAddress 127.0.0.1
ServerName localhost
diff --git a/etc/default/couchdb.tpl.in b/etc/default/couchdb.tpl.in
index 40c7b6e5..40498d56 100644
--- a/etc/default/couchdb.tpl.in
+++ b/etc/default/couchdb.tpl.in
@@ -1,5 +1,3 @@
-# @configure_input@
-
# Sourced by init script for configuration.
COUCHDB_USER=couchdb
diff --git a/etc/init/couchdb.tpl.in b/etc/init/couchdb.tpl.in
index fbeafa08..df91167f 100644
--- a/etc/init/couchdb.tpl.in
+++ b/etc/init/couchdb.tpl.in
@@ -1,7 +1,5 @@
#!/bin/sh -e
-# @configure_input@
-
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
diff --git a/etc/launchd/org.apache.couchdb.plist.tpl.in b/etc/launchd/org.apache.couchdb.plist.tpl.in
index ac0c89fd..34685f83 100644
--- a/etc/launchd/org.apache.couchdb.plist.tpl.in
+++ b/etc/launchd/org.apache.couchdb.plist.tpl.in
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<!-- @configure_input@ -->
<plist version="1.0">
<dict>
<key>Label</key>