ports/131144: [MAINTAINER] devel/gearmand: update rc script to fix duplicated arguments

Gea-Suan Lin gslin at gslin.org
Fri Jan 30 03:00:21 UTC 2009


>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:



More information about the freebsd-ports-bugs mailing list