You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ns...@apache.org on 2008/08/18 11:49:41 UTC

svn commit: r686712 - in /incubator/couchdb/trunk: bin/couchdb.tpl.in bin/couchjs.tpl.in etc/couchdb/couch.ini.tpl.in etc/couchdb/couch_httpd.conf.tpl.in etc/default/couchdb.tpl.in etc/init/couchdb.tpl.in etc/launchd/org.apache.couchdb.plist.tpl.in

Author: nslater
Date: Mon Aug 18 02:49:40 2008
New Revision: 686712

URL: http://svn.apache.org/viewvc?rev=686712&view=rev
Log:
removed @configure_input@ use

Modified:
    incubator/couchdb/trunk/bin/couchdb.tpl.in
    incubator/couchdb/trunk/bin/couchjs.tpl.in
    incubator/couchdb/trunk/etc/couchdb/couch.ini.tpl.in
    incubator/couchdb/trunk/etc/couchdb/couch_httpd.conf.tpl.in
    incubator/couchdb/trunk/etc/default/couchdb.tpl.in
    incubator/couchdb/trunk/etc/init/couchdb.tpl.in
    incubator/couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in

Modified: incubator/couchdb/trunk/bin/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/bin/couchdb.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/bin/couchdb.tpl.in (original)
+++ incubator/couchdb/trunk/bin/couchdb.tpl.in Mon Aug 18 02:49:40 2008
@@ -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

Modified: incubator/couchdb/trunk/bin/couchjs.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/bin/couchjs.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/bin/couchjs.tpl.in (original)
+++ incubator/couchdb/trunk/bin/couchjs.tpl.in Mon Aug 18 02:49:40 2008
@@ -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

Modified: incubator/couchdb/trunk/etc/couchdb/couch.ini.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/couchdb/couch.ini.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/couchdb/couch.ini.tpl.in (original)
+++ incubator/couchdb/trunk/etc/couchdb/couch.ini.tpl.in Mon Aug 18 02:49:40 2008
@@ -1,5 +1,3 @@
-; @configure_input@
-
 [Couch]
 
 ConsoleStartupMsg=Apache CouchDB is starting.

Modified: incubator/couchdb/trunk/etc/couchdb/couch_httpd.conf.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/couchdb/couch_httpd.conf.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/couchdb/couch_httpd.conf.tpl.in (original)
+++ incubator/couchdb/trunk/etc/couchdb/couch_httpd.conf.tpl.in Mon Aug 18 02:49:40 2008
@@ -1,5 +1,3 @@
-# @configure_input@
-
 Port 5984
 #BindAddress 127.0.0.1
 ServerName localhost

Modified: incubator/couchdb/trunk/etc/default/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/default/couchdb.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/default/couchdb.tpl.in (original)
+++ incubator/couchdb/trunk/etc/default/couchdb.tpl.in Mon Aug 18 02:49:40 2008
@@ -1,5 +1,3 @@
-# @configure_input@
-
 # Sourced by init script for configuration.
 
 COUCHDB_USER=couchdb

Modified: incubator/couchdb/trunk/etc/init/couchdb.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/init/couchdb.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/init/couchdb.tpl.in (original)
+++ incubator/couchdb/trunk/etc/init/couchdb.tpl.in Mon Aug 18 02:49:40 2008
@@ -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

Modified: incubator/couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in?rev=686712&r1=686711&r2=686712&view=diff
==============================================================================
--- incubator/couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in (original)
+++ incubator/couchdb/trunk/etc/launchd/org.apache.couchdb.plist.tpl.in Mon Aug 18 02:49:40 2008
@@ -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>