By simply overwriting the provided template strings with the default
ones a bit later.
Here's one possible fix (untested):
--- dpv.c.orig2016-06-16 23:14:00.466195000 +0400
+++ dpv.c2016-06-16 23:15:39.306944000 +0400
@@ -455,12 +455,16 @@
/* Set status formats and action */
Hi, Baku (Azerbaijan) canceled the DST shift this year, but yesterday's
FreeBSD current still has the old data with the local time changing
accordingly:
$ strings /usr/share/zoneinfo/Asia/Baku
TZif2
BAKT
BAKST
AZST
TZif2
BAKT
BAKST
AZST
AZT-4AZST,M3.5.0/4,M10.5.0/5
$
It should now be AZT with
Under 5.2-BETA, if I run a program with "env MALLOC_OPTIONS=j" then all
the malloc()'ed memory will be zeroed even though I did not ask for it
(by specifying "Z"). Also, "J" (memset to 0xd0) even appears to run a
somewhat *faster* than "j". Why doesn't "jz" return uninitialized memory
and isn't
Sebastian Böck wrote:
rihad wrote:
For a few past days, after doing make update, buildworld always fails
when building "pam". Couldn't find it on this list! TIA
Have you set -02 or similar in your /etc/make.conf?
My buildworld also fails if i set any optimizations.
Just a guess
For a few past days, after doing make update, buildworld always fails
when building "pam". Couldn't find it on this list! TIA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "