>>>>> "Gerrit" == Gerrit P Haase <[EMAIL PROTECTED]> writes:

    Gerrit> enscript-1.6.3-2 has been uploaded to the Cygwin net distribution.
    Gerrit> `Enscript' converts ASCII files to PostScript.

    Gerrit> This is a bugfix release:

    Gerrit>         Now a default enscript.cfg file is included in /etc as 
    Gerrit>         /etc/enscript.cfg.default .
    Gerrit>         Please copy/move it to /etc/enscript.cfg and modify it to
    Gerrit>         your taste.

Hi

/etc/postinstall/enscript.sh.done

has the following lines:

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

Shouldn't that be:

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


Ciao
  Volker


--
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/

Reply via email to