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
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
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,
> > [...]
>
> 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
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
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