Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <3CBC799F.3050500@ece.gatech.edu> Date: Tue, 16 Apr 2002 15:21:03 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: "Gerrit P. Haase" CC: cygwin-apps AT cygwin DOT com Subject: Re: enscript-1.6.3-2 bugfix release References: <41386872523 DOT 20020416210057 AT familiehaase DOT de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Gerrit -- configuration files should be handled in a nondestructive manner. Rather than including /etc/enscript.cfg in the tarball, instead modify your postinstall script to do something like: if [ -f /etc/enscript.cfg ] ; then OUTFILE="/etc/enscript.cfg.new" else OUTFILE="/etc/enscript.cfg" fi cat < $OUTFILE ...text of your enscript file EOF --Chuck Gerrit P. Haase wrote: > Hallo, > > I found some bugs in the first package, the postinstallscript > was wrong and the /etc/enscript.cfg was missing. > I fixed also some other problems with DESTDIR usage in the > Makefile templates which were the cause of the .cfg bug: > > Corinna, woul;d you please fetch it from my server > (only temporary up, now running Apache on Cygwin as service;): > > http://62.138.63.18/cywgin/enscript/ > > > Gerrit >