From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 1 13:20:50 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C1D0416A4D3 for ; Thu, 1 Jul 2004 13:20:50 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B0F1843D41 for ; Thu, 1 Jul 2004 13:20:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i61DKRW1026351 for ; Thu, 1 Jul 2004 13:20:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i61DKR61026350; Thu, 1 Jul 2004 13:20:27 GMT (envelope-from gnats) Resent-Date: Thu, 1 Jul 2004 13:20:27 GMT Resent-Message-Id: <200407011320.i61DKR61026350@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F2FDA16A4CE for ; Thu, 1 Jul 2004 13:11:56 +0000 (GMT) Received: from srv1.news.galle.com.br (srv1.news.galle.com.br [200.246.25.4]) by mx1.FreeBSD.org (Postfix) with SMTP id 06FF643D31 for ; Thu, 1 Jul 2004 13:11:56 +0000 (GMT) (envelope-from root@srv1.news.galle.com.br) Received: (qmail 68068 invoked by uid 0); 1 Jul 2004 10:11:37 -0300 Message-Id: <20040701131137.68067.qmail@srv1.news.galle.com.br> Date: 1 Jul 2004 10:11:37 -0300 From: Renato Botelho To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: roam@FreeBSD.org Subject: ports/68558: [PATCH] sysutils/daemontools: remove FATAL messages from portlint and print "Starting svscan." when start X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jul 2004 13:20:51 -0000 >Number: 68558 >Category: ports >Synopsis: [PATCH] sysutils/daemontools: remove FATAL messages from portlint and print "Starting svscan." when start >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jul 01 13:20:27 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 5.2.1-RELEASE-p8 i386 >Organization: >Environment: System: FreeBSD srv1.news.galle.com.br 5.2.1-RELEASE-p8 FreeBSD 5.2.1-RELEASE-p8 #1: Wed May 26 10:37:40 BRT 2004 >Description: - Print "Starting svscan." when port is started - Remove FATAL messages from portlint Port maintainer (roam@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- daemontools-0.76_5.patch begins here --- diff -ruN --exclude=CVS /dados/ports/sysutils/daemontools.bak/Makefile /dados/ports/sysutils/daemontools/Makefile --- /dados/ports/sysutils/daemontools.bak/Makefile Tue Jun 29 01:04:18 2004 +++ /dados/ports/sysutils/daemontools/Makefile Thu Jul 1 10:07:22 2004 @@ -13,6 +13,9 @@ ftp://cr.yp.to/daemontools/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +MAINTAINER= roam@FreeBSD.org +COMMENT= "Service monitoring and logging utilities by djb" + .if !defined(WITHOUT_MAN) MANDATE= -20010714 MASTER_SITES+= http://smarden.org/pape/djb/manpages/:1 @@ -24,9 +27,6 @@ tai64n.8 tai64nlocal.8 MANCOMPRESSED= no .endif - -MAINTAINER= roam@FreeBSD.org -COMMENT= "Service monitoring and logging utilities by djb" USE_RC_SUBR= yes RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} SERVICEDIR=${SERVICEDIR} diff -ruN --exclude=CVS /dados/ports/sysutils/daemontools.bak/files/svscan.sh.sample /dados/ports/sysutils/daemontools/files/svscan.sh.sample --- /dados/ports/sysutils/daemontools.bak/files/svscan.sh.sample Tue Jun 29 01:04:18 2004 +++ /dados/ports/sysutils/daemontools/files/svscan.sh.sample Thu Jul 1 10:02:51 2004 @@ -63,6 +63,7 @@ /usr/bin/env \ PATH=%%PREFIX%%/sbin:%%PREFIX%%/bin:/usr/sbin:/usr/bin:/sbin:/bin \ /bin/sh -c "$command $svscan_servicedir 2>&1 | %%PREFIX%%/bin/readproctitle service errors: ................................................................................................................................................................................................................................................................................................................................................................................................................ &" > /dev/null + echo "Starting svscan." } svscan_stop_post () { --- daemontools-0.76_5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: