This is the mail archive of the cygwin-apps-cvs@sources.redhat.com 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 crit.cc crit.h cygrunsrv.R ...


CVSROOT:	/cvs/cygwin-apps
Module name:	cygrunsrv
Changes by:	igor@sourceware.org	2003-05-09 20:30:48

Modified files:
	.              : ChangeLog crit.cc crit.h cygrunsrv.README 
	                 cygrunsrv.cc cygrunsrv.h utils.cc utils.h 

Log message:
	2003-05-08  Igor Pechtchanski  <pechtcha@cs.nyu.edu>
	
	* crit.cc: (set_service_controls_accepted) Add an
	interactive_process parameter.
	* crit.h: (set_service_controls_accepted) Ditto.
	* cygrunsrv.cc: (longopts, opts) Add an "--interactive"
	option.
	(interactive) New global variable.
	(install_registry_keys) Add an interactive parameter.
	(get_reg_entries) Add an interactive_p parameter.
	(install_service) Add an interactive parameter.
	(service_main) Pass the interactive flag to get_reg_entries
	and set_service_controls_accepted.
	(main) Process the "--interactive" flag.
	* cygrunsrv.cc: (PARAM_INTERACT) New registry key.
	* utils.h: (reason_t) Add InteractiveNotAllowed and
	OnlyOneInteractive values.
	* utils.cc: (reason_list) Add description strings for
	the InteractiveNotAllowed and OnlyOneInteractive values.
	(usage) Add description of the "--interactive" option.
	* cygrunsrv.README: Add description of the "--interactive"
	option.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/crit.cc.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/crit.h.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.README.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.cc.diff?cvsroot=cygwin-apps&r1=1.13&r2=1.14
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/cygrunsrv.h.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.cc.diff?cvsroot=cygwin-apps&r1=1.10&r2=1.11
http://sources.redhat.com/cgi-bin/cvsweb.cgi/cygrunsrv/utils.h.diff?cvsroot=cygwin-apps&r1=1.8&r2=1.9


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