Dr. Volker Zell wrote:
Charles Wilson writes:
> ...has a packaging error. While the postinstall script does this:
> if [ ! -e /etc/enscript.cfg ] ; then
> cp /etc/enscript.cfg.default /etc/enscript.cfg
> fi
> the package actually contains
>/etc/enscript.
> Volker Zell writes:
> I would also put the default config file under the /etc/default
> directory hirarchie. A lot of packages already do this.
man pages and info files also should go to the /usr/share hirarchie.
Ciao
Volker
--
Unsubscribe info: http://cygwin.com/ml/#unsub
> Charles Wilson writes:
> ...has a packaging error. While the postinstall script does this:
> if [ ! -e /etc/enscript.cfg ] ; then
> cp /etc/enscript.cfg.default /etc/enscript.cfg
> fi
> the package actually contains
>/etc/enscript.cfg
> and does NOT
...has a packaging error. While the postinstall script does this:
if [ ! -e /etc/enscript.cfg ] ; then
cp /etc/enscript.cfg.default /etc/enscript.cfg
fi
the package actually contains
/etc/enscript.cfg
and does NOT contain
/etc/enscript.cfg.default
Thus, it unconditionally overwri
4 matches
Mail list logo