Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Jan 2009 10:58:12 +0800 (CST)
From:      Gea-Suan Lin <gslin@gslin.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gslin@gslin.org
Subject:   ports/131144: [MAINTAINER] devel/gearmand: update rc script to fix duplicated arguments
Message-ID:  <200901300258.n0U2wCOp011751@staff.pixnet.tw>
Resent-Message-ID: <200901300300.n0U305V9017313@freefall.freebsd.org>

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

>Number:         131144
>Category:       ports
>Synopsis:       [MAINTAINER] devel/gearmand: update rc script to fix duplicated arguments
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 30 03:00:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gea-Suan Lin
>Release:        FreeBSD 7.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD staff.pixnet.tw 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #3: Fri Jan 30 06:37:38 CST 2009
>Description:
- Update rc scripts to fix duplicated arguments like this:
  33296  p0- S      0:20.57 /usr/local/bin/gearmand -p 7003 -p 7003

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- gearmand-0.2_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/devel/gearmand/Makefile /usr/home/admin/gslin/work/ports/gearmand/Makefile
--- /usr/ports/devel/gearmand/Makefile	2009-01-29 14:58:29.000000000 +0800
+++ /usr/home/admin/gslin/work/ports/gearmand/Makefile	2009-01-30 10:51:48.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	gearmand
 PORTVERSION=	0.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://launchpad.net/gearmand/trunk/${PORTVERSION}/+download/
 
diff -ruN --exclude=CVS /usr/ports/devel/gearmand/files/gearmand.sh.in /usr/home/admin/gslin/work/ports/gearmand/files/gearmand.sh.in
--- /usr/ports/devel/gearmand/files/gearmand.sh.in	2009-01-29 14:58:29.000000000 +0800
+++ /usr/home/admin/gslin/work/ports/gearmand/files/gearmand.sh.in	2009-01-30 10:51:39.000000000 +0800
@@ -17,7 +17,7 @@
 : ${gearmand_group="daemon"}
 : ${gearmand_user="daemon"}
 
-command_args="${gearmand_flags} &"
+command_args="&"
 
 run_rc_command "$1"
 
--- gearmand-0.2_1.patch ends here ---

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



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