This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Beginnings of a patch: /etc/hosts


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]