Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 07 Jul 2000 17:57:10 +0900
From:      "Akinori -Aki- MUSHA" <knu@idaemons.org>
To:        steve@FreeBSD.ORG
Cc:        freebsd-ports@FreeBSD.ORG, max@FreeBSD.ORG
Subject:   Re: ports/19744: Canna start script has Syntax error
Message-ID:  <86wviynwrd.wl@localhost.local.idaemons.org>
In-Reply-To: In your message of "Thu, 6 Jul 2000 19:12:56 -0700 (PDT)" <200007070212.TAA35054@freefall.freebsd.org>
References:  <200007070212.TAA35054@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I already submitted the following patch to the maintainer the day
before yesterday.

Index: canna.sh.in
===================================================================
RCS file: /home/ncvs/ports/japanese/Canna/files/canna.sh.in,v
retrieving revision 1.2
diff -u -r1.2 canna.sh.in
--- canna.sh.in	2000/07/05 12:36:31	1.2
+++ canna.sh.in	2000/07/05 16:35:55
@@ -11,8 +11,9 @@
 		echo -n ' Canna'
 		$canna
 	fi
+	;;
 stop)
-	killall $canna && echo -n ' Canna'
+	@PREFIX@/sbin/cannakill && echo -n ' Canna'
 	;;
 *)
 	echo "Usage: `basename $0` {start|stop}" >&2


As for Canna, you don't need to use killall since it has the cannakill
command for that purpose.

-- 
                           /
                          /__  __       
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  @ idaemons.org / FreeBSD.org

"We're only at home when we're on the run, on the wing, on the fly"


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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