rc.d startup script apparently has a small syntax error. Patch attached. Fix: -if [ "$couchdb_respawn" gt 0 ] +if [ "$couchdb_respawn" > 0 ] then respawn="-r ${couchdb_respawn} " fi--wCXbcT5DRFYAyH7zb7KcCdM3YLJTKISkXgH68KD3yPX5zjhy Content-Type: text/plain; name="file.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="file.diff" --- couchdb.old 2009-10-16 01:06:14.000000000 +0200 +++ couchdb 2009-10-15 22:01:42.000000000 +0200 @@ -35,7 +35,7 @@ etcdir="/usr/local/etc/${name}" respawn=""
Maintainer of databases/couchdb, Please note that PR ports/139658 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/139658 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I agree. Thanks for the patch, Ivan.
vanilla 2009-10-21 09:55:15 UTC FreeBSD ports repository Modified files: databases/couchdb/files couchdb.in Log: Fix rc.d startup script syntax error. PR: ports/139658 Submitted by: ivan voras <ivoras.at.gmail.com> Approved by: maintainer Revision Changes Path 1.2 +1 -1 ports/databases/couchdb/files/couchdb.in _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed, thanks.