Roundup Tracker - Issues

Message994

Author hfoffani
Recipients
Date 2003-12-08.13:43:41
Message-id
In-reply-to
Logged In: YES 
user_id=112690

it's working.
there's still an "inconvinient" (bug?):
Windows Services commands may use additional parameters 
(for instance, if you want the service to be registered in 
automatic mode.)  the problem is that the win32 machinery 
uses long options (ie: --startup auto) that interferes with 
getopt.
to solve this i would need to complete rearrange the code 
that process command line options.  a windows sysadmin can 
manage the service via the standard admins tools so i think 
it's not an urgent request.
i'd recommend you apply it as it is and with time i can 
refactor that part of the code.  that will also allow to solve 
feature request 799854.
History
Date User Action Args
2009-02-03 14:20:29adminlinkissue819890 messages
2009-02-03 14:20:29admincreate