Page MenuHomeFreeBSD

D41466.diff
No OneTemporary

D41466.diff

diff --git a/usr.sbin/syslogd/syslogd.c b/usr.sbin/syslogd/syslogd.c
--- a/usr.sbin/syslogd/syslogd.c
+++ b/usr.sbin/syslogd/syslogd.c
@@ -2508,7 +2508,12 @@
LocalDomain = "";
}
+#ifndef WITH_CASPER
/*
+ * XXX: Disable when running in capability mode, for now.
+ * This requires a new interface in the tzcode module to
+ * get running without capability violations.
+ *
* Load / reload timezone data (in case it changed).
*
* Just calling tzset() again does not work, the timezone code
@@ -2525,6 +2530,7 @@
tzset();
unsetenv("TZ");
}
+#endif
Initialized = false;
closelogfiles();

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 28, 12:11 AM (13 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17823446
Default Alt Text
D41466.diff (618 B)

Event Timeline