Beginnings of a patch: /etc/hosts

Paul Johnston paj@pajhome.org.uk
Wed Sep 11 14:24:00 GMT 2002


Hi,

Brilliant to see so much progress on this!

Are you sure that "CYGWIN_9*)" correctly catches Windows ME?

I think we're safe with the case issue, given that cygpath -W seems to return
the correct case.
However, I think adding this belt-and-braces check might be a good idea:

if [ ! -d "$WINETC" ]
then
  echo "ERROR: Directory $WINETC not found" >&2
  exit 2
fi

Apart from that, seems just about ready to go. Not sure if the change history
is necessary though, at least not until it's first checked-in.

Paul


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list