| 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 |
| Message-ID: | <20020508220701.24172.qmail@web13802.mail.yahoo.com> |
| Date: | Wed, 8 May 2002 15:07:01 -0700 (PDT) |
| From: | Weiqi Gao <weiqigao AT yahoo DOT com> |
| Subject: | enscript postinstall script error |
| To: | cygwin AT cygwin DOT com |
| MIME-Version: | 1.0 |
Hi Gerrit P. Haase,
Just want to point out a typo in the postinstall
script for the enscript package.
The lines
if [ ! -e /etc/enscript.cfg ] ; then
cp /etc/enscript.cfg.default /etc/enscript/cfg
fi
should be
if [ ! -e /etc/enscript.cfg ] ; then
cp /etc/enscript.cfg.default /etc/enscript.cfg
fi
--
Weiqi Gao
weiqigao AT networkusa DOT net
=====
Weiqi Gao
weiqigao AT yahoo DOT com
__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Mother's Day is May 12th!
http://shopping.yahoo.com
--
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 |