From owner-cvs-all@FreeBSD.ORG Sun Feb 27 12:06:59 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B324D16A4CE; Sun, 27 Feb 2005 12:06:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9C17143D3F; Sun, 27 Feb 2005 12:06:59 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1RC6xIW086681; Sun, 27 Feb 2005 12:06:59 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1RC6xbE086680; Sun, 27 Feb 2005 12:06:59 GMT (envelope-from sergei) Message-Id: <200502271206.j1RC6xbE086680@repoman.freebsd.org> From: Sergei Kolobov Date: Sun, 27 Feb 2005 12:06:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils/runit Makefile pkg-plist ports/sysutils/runit/files runsvdir.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Feb 2005 12:06:59 -0000 sergei 2005-02-27 12:06:59 UTC FreeBSD ports repository Modified files: sysutils/runit Makefile pkg-plist sysutils/runit/files runsvdir.sh.in Log: - Convert the included runsvdir startup script to rcNG. It is now fully controlled via /etc/rc.conf mechanism: runsvdir_enable="YES" - enable runsvdir startup runsvdir_path="/service" - override service directory path (default: /var/service) - Startup script now automatically creates service directory if it is missing - Bump PORTREVISION Revision Changes Path 1.14 +3 -5 ports/sysutils/runit/Makefile 1.2 +45 -22 ports/sysutils/runit/files/runsvdir.sh.in 1.5 +1 -2 ports/sysutils/runit/pkg-plist