Supervisor is a client/server system that allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. Unlike some of these programs, it is not meant to be run as a substitute for init as "process id 1". Instead it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed New port added, with minor changes. Thanks!
hmm, I do not see in the ports tree py-supervisor. why?
lwhsu 2010-02-06 18:45:36 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/py-supervisor Makefile distinfo pkg-descr pkg-plist Log: Add py-supervisor 3.0a7, system to monitor and control a number of processes on UNIX-like OS. PR: ports/142163 Submitted by: Hizbulin Ildar <hizel at vyborg.ru> Revision Changes Path 1.1162 +1 -0 ports/sysutils/Makefile 1.1 +25 -0 ports/sysutils/py-supervisor/Makefile (new) 1.1 +3 -0 ports/sysutils/py-supervisor/distinfo (new) 1.1 +13 -0 ports/sysutils/py-supervisor/pkg-descr (new) 1.1 +362 -0 ports/sysutils/py-supervisor/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
On Wed, Feb 03, 2010 at 17:09:11 +0300, Hizel Ildar wrote: > hmm, I do not see in the ports tree py-supervisor. why? Sorry that I was not aware that I didn't finish the whole committing process. The port is now added. -- Li-Wen Hsu <lwhsu AT FreeBSD.org> http://lwhsu.org