This is the mail archive of the cygwin-apps@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: ITP: netpbm


Corinna Vinschen wrote:
> 
> On Sat, Apr 27, 2002 at 06:04:55PM -0400, Larry Hall (RFK Partners, Inc) wrote:
> > But everyone will complain if they can't run the package after they install
> > it.  I think we should absolutely avoid the latter case.  The former
> > we can deal with as required.
> 
> What's the problem in adding two files to the package:
> 
> /etc/profile.d/netpbm.sh:
> 
>   PATH=$PATH:/usr/netpbm/bin export $PATH
> 
> /etc/profile.d/netpbm.csh:
> 
>   set path = ( $path /usr/netpbm/bin )
> 

Because I would `mv /usr/netpbm/bin/* /usr/bin/ && rm -rf /usr/netpbm &&
rm -f /etc/profile.d/netpbm*'.  The point is, the extra path walks are
expensive.

Earnie.


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