Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 18 Apr 2001 23:44:10 -0700 From: Enoch Wu To: cygwin AT cygwin DOT com Subject: Re: /etc/services Message-ID: <20010418234410.A3992647@MELON> Reply-To: Enoch Wu Mail-Followup-To: Enoch Wu , cygwin AT cygwin DOT com References: <20010417204828 DOT B4075511 AT MELON> <20010418101327 DOT L15962 AT cygbert DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010418101327.L15962@cygbert.vinschen.de>; from cygwin@cygwin.com on Wed, Apr 18, 2001 at 10:13:27AM +0200 X-Mailer: Mutt 1.2.5i X-Operating-System: CYGWIN_98-4.10 1.1.8(0.34/3/2) i586 X-Sender: ewu AT eskimo DOT com On Wed, Apr 18, 2001 at 10:13:27AM +0200, Corinna Vinschen wrote: > > #!/bin/sh > cd /etc > rm -f services > _sys="`uname -a`" > _nt=`expr "$_sys" : "CYGWIN_NT"` > if [ $_nt -gt 0 ] > then > _wservices="${SYSTEMROOT}\\system32\\drivers\\etc\\services" > else > _wservices="${WINDIR}\\SERVICES" > fi > _services=`cygpath -u "${_wservices}"` > ln -s ${_services} > > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Developer mailto:cygwin AT cygwin DOT com > Red Hat, Inc. > Thanks. I filed it in my FAQ archive. EW -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple