diff options
-rw-r--r-- | bin/couchdb.tpl.in | 2 | ||||
-rw-r--r-- | bin/couchjs.tpl.in | 2 | ||||
-rw-r--r-- | etc/couchdb/couch.ini.tpl.in | 2 | ||||
-rw-r--r-- | etc/couchdb/couch_httpd.conf.tpl.in | 2 | ||||
-rw-r--r-- | etc/default/couchdb.tpl.in | 2 | ||||
-rw-r--r-- | etc/init/couchdb.tpl.in | 2 | ||||
-rw-r--r-- | etc/launchd/org.apache.couchdb.plist.tpl.in | 1 |
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> |