On Thu, 4 Oct 2012 06:21:01 +0200 "Roberto De Ioris" <[email protected]> wrote:
> setprocname() is enabled only on FreeBSD but i have just noted it is > available on NetBSD too. Can you confirm that ? > > https://github.com/unbit/uwsgi/blob/master/core/utils.c#L3982 Yup, the man page says it's been available since NetBSD version 1.0. I changed line 3982 to this: #elif defined(__FreeBSD__) || defined(__NetBSD__) ...and auto-procname now works perfectly. Thanks for the fast response! -- Aaron B. <[email protected]> _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
