Please upload: (was: Re: enscript-1.6.3-2 bugfix release)

2002-04-17 Thread Gerrit P. Haase

 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:

 Of course, I did, in the tarball is just /etc/enscript.cfg.default
 included and gets copied to endcript.cfg if it is not present in /etc.

http://62.138.63.18/cywgin/enscript/
http://62.138.63.18/cywgin/enscript/enscript-1.6.3-2.tar.bz2
http://62.138.63.18/cywgin/enscript/enscript-1.6.3-2-src.tar.bz2

setup.hint didn't changed.


Gerrit
-- 
=^..^=




enscript-1.6.3-2 bugfix release

2002-04-16 Thread Gerrit P. Haase

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
-- 
=^..^=




Re: enscript-1.6.3-2 bugfix release

2002-04-16 Thread Charles Wilson

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 EOF  $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