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: [ANNOUNCEMENT] New Package: enscript-1.6.3-2


>>>>> "Gerrit" == Gerrit P Haase <freeweb@nyckelpiga.de> 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/


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