This is the mail archive of the cygwin-apps-cvs mailing list for the cygwin-apps project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygrunsrv ChangeLog Makefile.in TODO cygrunsrv ...


CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	corinna@sourceware.org	2005-11-28 18:52:43

Modified files:
	.              : ChangeLog Makefile.in TODO cygrunsrv.README 
	                 cygrunsrv.cc cygrunsrv.h utils.cc 
Added files:
	.              : waitanypid.cc waitanypid.h 

Log message:
	2005-11-28  Corinna Vinschen <corinna@vinschen.de>
	
	* cygrunsrv.cc: Bump version to 1.12.
	* TODO: Drop the item about forking children.
	
	2005-11-28  Christian Franke <franke@computer.org>
	
	* cygrunsrv.cc: Add '--pidfile' option to run daemons which
	fork() and report the child pid in a /var/run/daemon.pid file.
	* cygrunsrv.h: Ditto.
	* utils.cc: Ditto.
	* waitanypid.cc: New file containing helper function to wait for
	non-child processes.
	* waitanypid.h: Ditto.
	* Makefile.in: Add waitanypid.o.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/waitanypid.cc.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/waitanypid.h.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.44&r2=1.45
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/Makefile.in.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/TODO.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.29&r2=1.30
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.13&r2=1.14
http://sourceware.org/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.16&r2=1.17


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]