Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2009 23:10:13 GMT
From:      ivan voras <ivoras@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/139658: databases/couchdb - rc.d script syntax error patch
Message-ID:  <200910152310.n9FNADV0079478@www.freebsd.org>
Resent-Message-ID: <200910152320.n9FNK0tR009391@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139658
>Category:       ports
>Synopsis:       databases/couchdb - rc.d script syntax error patch
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 15 23:20:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     ivan voras
>Release:        
>Organization:
>Environment:
>Description:
rc.d startup script apparently has a small syntax error. Patch attached.
>How-To-Repeat:

>Fix:
--- 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=""

-if [ "$couchdb_respawn" gt 0 ]
+if [ "$couchdb_respawn" > 0 ]
     then
         respawn="-r ${couchdb_respawn} "
 fi


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910152310.n9FNADV0079478>