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 2009/03/20 17:56:00 UTC

svn commit: r756618 - /couchdb/trunk/etc/Makefile.am

Author: nslater
Date: Fri Mar 20 16:55:59 2009
New Revision: 756618

URL: http://svn.apache.org/viewvc?rev=756618&view=rev
Log:
corrected variable name, fixed COUCHDB-178

Modified:
    couchdb/trunk/etc/Makefile.am

Modified: couchdb/trunk/etc/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/etc/Makefile.am?rev=756618&r1=756617&r2=756618&view=diff
==============================================================================
--- couchdb/trunk/etc/Makefile.am (original)
+++ couchdb/trunk/etc/Makefile.am Fri Mar 20 16:55:59 2009
@@ -15,7 +15,7 @@
 default_sysconf_data = logrotate.d/couchdb
 
 if INIT
-dist_init_sysconf_data = default/couchdb
+init_sysconf_data = default/couchdb
 init_DATA = init/couchdb
 endif