From owner-freebsd-ports Wed Dec 4 12:50: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7C0337B401 for ; Wed, 4 Dec 2002 12:50:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2B3B43EAF for ; Wed, 4 Dec 2002 12:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB4Ko1x3047504 for ; Wed, 4 Dec 2002 12:50:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB4Ko1ix047503; Wed, 4 Dec 2002 12:50:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 793B737B401 for ; Wed, 4 Dec 2002 12:42:32 -0800 (PST) Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 680FE43EC2 for ; Wed, 4 Dec 2002 12:42:31 -0800 (PST) (envelope-from lth@thegler.dk) Received: from marvin.thegler.dk (port156.ds1-bav.adsl.cybercity.dk [217.157.188.161]) by cicero1.cybercity.dk (Postfix) with ESMTP id 1933515FDCE; Wed, 4 Dec 2002 21:42:29 +0100 (CET) Received: by marvin.thegler.dk (Postfix, from userid 1001) id 664F47D9E; Wed, 4 Dec 2002 21:42:30 +0100 (CET) Message-Id: <20021204204230.664F47D9E@marvin.thegler.dk> Date: Wed, 4 Dec 2002 21:42:30 +0100 (CET) From: Lars Thegler Reply-To: Lars Thegler To: FreeBSD-gnats-submit@FreeBSD.org Cc: Lars Thegler X-Send-Pr-Version: 3.113 Subject: ports/45996: [MAINTAINER UPDATE] net/smokeping restart fix Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 45996 >Category: ports >Synopsis: [MAINTAINER UPDATE] net/smokeping restart fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 04 12:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lars Thegler >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD marvin.thegler.dk 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Oct 23 20:47:27 CEST 2002 root@marvin.thegler.dk:/usr/obj/usr/src/sys/MarvinKernel i386 >Description: The 'restart' option of 'smokeping.sh' doesn't work properly, as reported by Kent Kuriyama . Bumped PORTREVISION. >How-To-Repeat: >Fix: Apply this diff: --cut-- diff -Naur /usr/ports/net/smokeping/Makefile smokeping/Makefile --- /usr/ports/net/smokeping/Makefile Sat Oct 19 11:09:06 2002 +++ smokeping/Makefile Wed Dec 4 21:35:03 2002 @@ -7,7 +7,7 @@ PORTNAME= smokeping PORTVERSION= 1.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ diff -Naur /usr/ports/net/smokeping/files/smokeping.sh smokeping/files/smokeping.sh --- /usr/ports/net/smokeping/files/smokeping.sh Tue Apr 2 03:10:04 2002 +++ smokeping/files/smokeping.sh Wed Dec 4 21:14:27 2002 @@ -13,7 +13,7 @@ ;; restart) [ -r ${PREFIX}/etc/smokeping/config ] && \ - su -f -m smokeping -c ${PREFIX}/bin/smokeping --restart > /dev/null && \ + su -f -m smokeping -c "${PREFIX}/bin/smokeping --restart" > /dev/null && \ echo -n ' smokeping' ;; stop) --cut-- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message