diff options
author | Noah Slater <nslater@apache.org> | 2008-08-18 09:49:40 +0000 |
---|---|---|
committer | Noah Slater <nslater@apache.org> | 2008-08-18 09:49:40 +0000 |
commit | 108e5d2e95f68bd96453d117c6db768695095d4a (patch) | |
tree | be17e389651f302686476354ce5e7a664440f7a3 /etc | |
parent | 2d61f9bee72353bba1deb549abe87ba7ec4d0652 (diff) |
removed @configure_input@ use
git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@686712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc')
-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 |
5 files changed, 0 insertions, 9 deletions
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> |