CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/24 06:49:37
Modified files:
usr.sbin/syslogd: syslogd.c
Log message:
If loading the CA certificates at startup had failed, the syslogd
child tried to load the default CA file when it was connecting to
a TLS server. The latter has never worked as the child is chrooted
to /var/empty. Set the CA storage to an empty string to avoid this
behavior. As a benefit pledge "rpath" can be removed.
OK benno@
