This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Postinstall failure: file not found


On Fri, Apr 04, 2003 at 10:17:41AM -0500, Pierre A. Humblet wrote:
> > Possible fixes:
> > 1) cd to /etc/postinstall before running the scripts and use relative paths
> > 2) Put my 2nd ntsec patch in setup (I have asked Rudiyanto to test it)
> > 3) Run the postinstall scripts with CYGWIN=nontsec, for boostrap.
> >    Note that scripts that rely on ntsec (chmod or chown) will need to turn 
> >    ntsec on.
> > 4) patch sh.exe
> > 5) ???
> Use bash
> /> bash -c /sayhi
> hi
> /> bash -c sayhi
> hi
> 6) ???
Don't use -c
/> sh -c /sayhi
/sayhi: not found
/> sh /sayhi
hi
7) ???

Pierre


--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]