From owner-cvs-ports@FreeBSD.ORG Wed Jul 16 07:11:09 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DC97B37B401; Wed, 16 Jul 2003 07:11:09 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B5A43FA3; Wed, 16 Jul 2003 07:11:09 -0700 (PDT) (envelope-from osa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6GEB90U086958; Wed, 16 Jul 2003 07:11:09 -0700 (PDT) (envelope-from osa@repoman.freebsd.org) Received: (from osa@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6GEB9Y7086957; Wed, 16 Jul 2003 07:11:09 -0700 (PDT) Message-Id: <200307161411.h6GEB9Y7086957@repoman.freebsd.org> From: "Sergey A. Osokin" Date: Wed, 16 Jul 2003 07:11:09 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/sysutils Makefile ports/sysutils/runit Makefile distinfo pkg-descr pkg-plist ports/sysutils/runit/files runsvdir.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2003 14:11:10 -0000 osa 2003/07/16 07:11:09 PDT FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/runit Makefile distinfo pkg-descr pkg-plist sysutils/runit/files runsvdir.sh.in Log: New port: runit is daemontools replacement: - service supervision - clean process state - reliable logging facility - fast system bootup and shutdown - packaging friendly - small code size Submitted by: Sergei Kolobov PR: 54513 Revision Changes Path 1.384 +1 -0 ports/sysutils/Makefile 1.1 +58 -0 ports/sysutils/runit/Makefile (new) 1.1 +1 -0 ports/sysutils/runit/distinfo (new) 1.1 +23 -0 ports/sysutils/runit/files/runsvdir.sh.in (new) 1.1 +12 -0 ports/sysutils/runit/pkg-descr (new) 1.1 +44 -0 ports/sysutils/runit/pkg-plist (new)