Re: Files created in postinstall

2005-07-30 Thread Igor Pechtchanski
On Wed, 6 Jul 2005, Eric Blake wrote: > > Speaking of files/symlinks created in postinstall scripts -- perhaps we > > should come up with some unified mechanism for listing them. Some > > postinstall scripts use /etc/preremove/-manifest.lst. > > > > The reason it may be useful to have a common me

Re: Files created in postinstall

2005-07-30 Thread Igor Pechtchanski
On Fri, 29 Jul 2005, Eric Blake wrote: > According to Igor Pechtchanski on 7/6/2005 7:47 AM: > >>Oops, I didn't quite get it right - in install(), it needs to copy > >>CYGWIN-PATCHES/manifest.lst to preremove/${PKG}-manifest.lst, not > >>preremove/${PKG}.sh. > > > > Good, thanks for catching it --

Re: Files created in postinstall

2005-07-29 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Igor Pechtchanski on 7/6/2005 7:47 AM: >>Oops, I didn't quite get it right - in install(), it needs to copy >>CYGWIN-PATCHES/manifest.lst to preremove/${PKG}-manifest.lst, not >>preremove/${PKG}.sh. > > > Good, thanks for catching it --

Re: Files created in postinstall

2005-07-10 Thread Igor Pechtchanski
On Tue, 5 Jul 2005, Igor Pechtchanski wrote: > Speaking of files/symlinks created in postinstall scripts -- perhaps we > should come up with some unified mechanism for listing them. Some > postinstall scripts use /etc/preremove/-manifest.lst. > > The reason it may be useful to have a common mecha

Re: Files created in postinstall

2005-07-06 Thread Igor Pechtchanski
On Wed, 6 Jul 2005, Eric Blake wrote: > According to Eric Blake on 7/5/2005 9:21 PM: > > > > 2005-07-05 Eric Blake byu.net> > > > > * templates/generic-build-script (options): Add almostall, > > help, version. > > (help, version): New functions. > > (install): Support manifest li

Re: Files created in postinstall

2005-07-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 7/5/2005 9:21 PM: > > 2005-07-05 Eric Blake <[EMAIL PROTECTED]> > > * templates/generic-build-script (options): Add almostall, > help, version. > (help, version): New functions. > (install): Suppor

Re: Files created in postinstall (Was Re: Upload: bash-3.0-4 [test])

2005-07-05 Thread Eric Blake
> Speaking of files/symlinks created in postinstall scripts -- perhaps we > should come up with some unified mechanism for listing them. Some > postinstall scripts use /etc/preremove/-manifest.lst. > > The reason it may be useful to have a common mechanism is that "cygcheck > -c" could then use t

Files created in postinstall (Was Re: Upload: bash-3.0-4 [test])

2005-07-05 Thread Igor Pechtchanski
On Tue, 5 Jul 2005, Corinna Vinschen wrote: > Hang on, what about /usr/share/man/man1/sh.1 ? > > Right now it's a fixed symlink to ash.1. THe postinstall scripts should > better symlink it to the shell's man page which really is sh after the > script did its job, right? Speaking of files/symlink