Mercurial > hg > dhcpcd
diff src/dhcpcd.8.in @ 5526:b1a3d9055662 draft
privsep: Allow logfile reopening in a chroot
Now that only the privileged actioneer does the actual logging
we can safely reopen the file we are logging to.
This also closes and re-opens the syslog connection.
| author | Roy Marples <roy@marples.name> |
|---|---|
| date | Fri, 30 Oct 2020 14:19:16 +0000 |
| parents | 557a3f9f2be4 |
| children | a0d828e25482 |
line wrap: on
line diff
--- a/src/dhcpcd.8.in Fri Oct 30 03:43:51 2020 +0000 +++ b/src/dhcpcd.8.in Fri Oct 30 14:19:16 2020 +0000 @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 2, 2020 +.Dd October 30, 2020 .Dt DHCPCD 8 .Os .Sh NAME @@ -846,13 +846,5 @@ .Sh AUTHORS .An Roy Marples Aq Mt roy@marples.name .Sh BUGS -If -.Nm -is running in a -.Xr chroot 2 -then re-opening the -.Fl Fl logfile -from SIGUSR2 may not work. -.Pp Please report them to .Lk http://roy.marples.name/projects/dhcpcd
