From 108e5d2e95f68bd96453d117c6db768695095d4a Mon Sep 17 00:00:00 2001 From: Noah Slater Date: Mon, 18 Aug 2008 09:49:40 +0000 Subject: removed @configure_input@ use git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@686712 13f79535-47bb-0310-9956-ffa450edef68 --- bin/couchdb.tpl.in | 2 -- bin/couchjs.tpl.in | 2 -- etc/couchdb/couch.ini.tpl.in | 2 -- etc/couchdb/couch_httpd.conf.tpl.in | 2 -- etc/default/couchdb.tpl.in | 2 -- etc/init/couchdb.tpl.in | 2 -- etc/launchd/org.apache.couchdb.plist.tpl.in | 1 - 7 files changed, 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 @@ - Label -- cgit v1.2.3