CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]   2026/09/08 14:07:52

Modified files:
        usr.sbin/syslogd: privsep.c 

Log message:
Switch syslogd(8) to getexecpath(3).

Both syslogd and syslogd-parent call getexecpath() to get their own
program path.  Then they transform the trailing components into the
path of the other one, which each has to execv(3) during start or
after SIGHUP.

with deraadt@; OK millert@

Reply via email to