...has a packaging error.  While the postinstall script does this:

if [ ! -e /etc/enscript.cfg ] ; then
        cp /etc/enscript.cfg.default /etc/enscript.cfg
fi

the package actually contains 
   /etc/enscript.cfg
and does NOT contain
   /etc/enscript.cfg.default

Thus, it unconditionally overwrites the existing configuration file.

--
Chuck
--
  Charles Wilson
  cygwin at removespam cwilson dot fastmail dot fm


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to