From owner-cvs-all@FreeBSD.ORG Wed Jan 6 11:07:54 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D44EC1065676; Wed, 6 Jan 2010 11:07:54 +0000 (UTC) (envelope-from roam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C445F8FC12; Wed, 6 Jan 2010 11:07:54 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o06B7sIs052082; Wed, 6 Jan 2010 11:07:54 GMT (envelope-from roam@repoman.freebsd.org) Received: (from roam@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o06B7sJR052081; Wed, 6 Jan 2010 11:07:54 GMT (envelope-from roam) Message-Id: <201001061107.o06B7sJR052081@repoman.freebsd.org> From: Peter Pentchev Date: Wed, 6 Jan 2010 11:07:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/daemontools Makefile ports/sysutils/daemontools/files patch-Makefile rts-skip.patch svscan.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 11:07:54 -0000 roam 2010-01-06 11:07:54 UTC FreeBSD ports repository Modified files: sysutils/daemontools Makefile sysutils/daemontools/files patch-Makefile rts-skip.patch svscan.in Log: Fix another instance of replacing %%DAEMON%% with /usr/sbin/daemon, somehow missed by dougb - still, thanks for doing it :) However, drop the -f option to daemon - with both readproctitle and multilog, we definitely do *not* want to lose svscan's output. While I'm here, restore the spirit of the STARTUP_SCRIPT functionality removed in pgollucci's rc.subr change by introducing the S_NORMAL and S_EARLY option knobs and modifying the startup script's REQUIRE and BEFORE settings accordingly. Add short descriptive headers to the patches and bump PORTREVISION for the real changes. Reported by: Valentin Zahariev (the daemon part) Revision Changes Path 1.30 +21 -1 ports/sysutils/daemontools/Makefile 1.2 +7 -2 ports/sysutils/daemontools/files/patch-Makefile 1.2 +7 -2 ports/sysutils/daemontools/files/rts-skip.patch 1.3 +5 -4 ports/sysutils/daemontools/files/svscan.in