| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [ANNOUNCEMENT] New Package: enscript-1.6.3-2 |
| References: | <20020417181414 DOT B5E921B9C3 AT redhat DOT com> |
| X-Face: | I-*}xvwusAv%MlABo'jVNP7TDXf5bb*L[q,r{DnsR1GoL07^Wf)sAu%>!LjXAFlZZN+`OQu |
| }?#du]C)[*%ERKR#+l#sX'EoNbSO~|.x AT ogoS5|"-u?<s5ViLslvYMlj7_n!Tq1m AT xt2Bhj4[Zg+e? | |
| /Yy\SE`V?%v~kRU3GoS1f&U]} | |
| From: | "Dr. Volker Zell" <Dr DOT Volker DOT Zell AT oracle DOT com> |
| Date: | Thu, 18 Apr 2002 10:31:22 +0200 |
| In-Reply-To: | <20020417181414.B5E921B9C3@redhat.com> ("Gerrit P. Haase"'s |
| message of "Wed, 17 Apr 2002 14:14:14 -0400 (EDT)") | |
| Message-ID: | <kvr8lds90l.fsf@vzell.de.oracle.com> |
| Lines: | 31 |
| User-Agent: | Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp |
| (candidate 1), i686-pc-cygwin) | |
| MIME-Version: | 1.0 |
>>>>> "Gerrit" == Gerrit P Haase <freeweb AT nyckelpiga DOT 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/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |