Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Date: Mon, 21 May 2001 17:25:38 -0400 From: Christopher Faylor To: Corinna Vinschen Subject: Re: patch to add --dep to cygrunsrv Message-ID: <20010521172538.D15782@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: Corinna Vinschen References: <3B09511A DOT 61C383B AT ontosys DOT com> <20010521213404 DOT Q8783 AT cygbert DOT vinschen DOT de> <3B097A30 DOT 4D5F2AB AT ece DOT gatech DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.11i In-Reply-To: <3B097A30.4D5F2AB@ece.gatech.edu>; from cwilson@ece.gatech.edu on Mon, May 21, 2001 at 04:27:28PM -0400 On Mon, May 21, 2001 at 04:27:28PM -0400, Charles Wilson wrote: >Corinna Vinschen wrote: >> The usage is >> >> -0, --stdin Optional input file used for stdin redirection. >> Default is /dev/null. >> -1, --stdout Optional output file used for stdout redirection. >> Default is /var/log/.log. >> -2, --stderr Optional output file used for stderr redirection. >> Default is /var/log/.log. >Is is possible to specify: > >-2 NTservicelog > >and get the log info to go the the System Application Log on NT/W2K ? Good idea. We'd probably want something like "|ntservicelog" or something, though. Or maybe we want the pipe character to actually write to a program? Is there a program which writes to the service log? Hmm. I guess my perl leanings are showing. cgf