Re: findutils vs. Solaris

2005-02-11 Thread Matthias Kurz
On Fri, Feb 11, 2005, Bill Campbell wrote: > [...] > I sent the attached patch quite a while ago, but it hasn't been > incorporated in the CURRENT version of findutils. Without the > patch, the locate/updatedb.sh script ignores the TMPDIR > environment variable. The rc.findutils sets it properl

Re: findutils vs. Solaris

2005-02-11 Thread Ralf S. Engelschall
On Fri, Feb 11, 2005, Bill Campbell wrote: > [...] > I sent the attached patch quite a while ago, but it hasn't been > incorporated in the CURRENT version of findutils. Without the > patch, the locate/updatedb.sh script ignores the TMPDIR > environment variable. The rc.findutils sets it properly

Re: findutils vs. Solaris

2005-02-11 Thread Bill Campbell
On Fri, Feb 11, 2005, Matthias Kurz wrote: > >Hi. > >Some quick notes. > >1. Using /tmp under Solaris for tempfiles can be problematic. I recommend > to override this in /opkg/etc/rc.conf. This may be good for the wiki, > i would prefer a README.openpkg in $prefix/share/pkg/doc for such things,

Re: findutils vs. Solaris

2005-02-11 Thread Matthias Kurz
> > [...] > > Ok, I think I've found a solution for both problems: > > http://cvs.openpkg.org/chngview?cn=21724 > http://cvs.openpkg.org/chngview?cn=21725 Yes, /var/tmp is better and the '-s' doesn't make sense. > Can you recheck whether it now works as expected? It does. Thanks for the quick

Re: findutils vs. Solaris

2005-02-11 Thread Ralf S. Engelschall
On Fri, Feb 11, 2005, Matthias Kurz wrote: > 1. Using /tmp under Solaris for tempfiles can be problematic. I recommend >to override this in /opkg/etc/rc.conf. >[...] > 2. "updatdb" in the commandline works, "openpkg rc findutils daily" hangs, >the nightly cron job generates an empty da

findutils vs. Solaris

2005-02-10 Thread Matthias Kurz
Hi. Some quick notes. 1. Using /tmp under Solaris for tempfiles can be problematic. I recommend to override this in /opkg/etc/rc.conf. This may be good for the wiki, i would prefer a README.openpkg in $prefix/share/pkg/doc for such things, though. Also for the hints/recommendations that