Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Apr 2005 01:20:26 +0200
From:      Meno Abels <meno.abels@adviser.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Meno Abels <meno.abels@adviser.com>
Subject:   ports/80017: PATCH(Maintainer): remove of startscripts strange output
Message-ID:  <E1DMwaQ-000Fe6-0r@smtp.adviser.com>
Resent-Message-ID: <200504162330.j3GNUF6x062192@freefall.freebsd.org>

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

>Number:         80017
>Category:       ports
>Synopsis:       PATCH(Maintainer): remove of startscripts strange output
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Apr 16 23:30:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Meno Abels
>Release:        FreeBSD 5.4-RC2 i386
>Organization:
Adviser COM
>Environment:
System: FreeBSD race 5.4-RC2 FreeBSD 5.4-RC2 #3: Fri Apr 15 03:42:55 CEST 2005 root@jamal.abels.adviser.com:/usr/obj/usr/src/sys/GENERIC i386


>Description:
	There was some strange output during the startup or stopping of the
	programm.
>How-To-Repeat:
	start und stop 
>Fix:

Index: net/sixxs-aiccu/files/sixxs-aiccu.sh
===================================================================
RCS file: /usr/freebsd.cvs/ports/net/sixxs-aiccu/files/sixxs-aiccu.sh,v
retrieving revision 1.1
diff -u -r1.1 sixxs-aiccu.sh
--- net/sixxs-aiccu/files/sixxs-aiccu.sh        14 Mar 2005 17:47:08 -0000      1.1
+++ net/sixxs-aiccu/files/sixxs-aiccu.sh        16 Apr 2005 23:16:18 -0000
@@ -18,9 +18,10 @@
 name=sixxs_aiccu
 rcvar=`set_rcvar`
 
-command="%%PREFIX%%/sbin/sixxs-aiccu start"
+command="%%PREFIX%%/sbin/sixxs-aiccu"
 command_args=%%PREFIX%%/etc/aiccu.conf
-stop_cmd="%%PREFIX%%/sbin/sixxs-aiccu stop"
+start_cmd="%%PREFIX%%/sbin/sixxs-aiccu start $command_args"
+stop_cmd="%%PREFIX%%/sbin/sixxs-aiccu stop $command_args"
 required_files=%%PREFIX%%/etc/aiccu.conf
 
 # set default


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


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DMwaQ-000Fe6-0r>