Bug 139658 - databases/couchdb - rc.d script syntax error patch
Summary: databases/couchdb - rc.d script syntax error patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-16 00:20 UTC by Ivan Voras
Modified: 2009-10-21 11:00 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Voras 2009-10-16 00:20:00 UTC
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=""
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-16 00:20:08 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-10-16 00:20:10 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Till Klampaeckel 2009-10-16 02:55:55 UTC
I agree. Thanks for the patch, Ivan.
Comment 4 dfilter service freebsd_committer freebsd_triage 2009-10-21 10:55:28 UTC
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"
Comment 5 Vanilla I. Shu freebsd_committer freebsd_triage 2009-10-21 10:55:36 UTC
State Changed
From-To: feedback->closed

Committed, thanks.