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:[EMAIL PROTECTED]
> 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

Reply via email to