https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=228018

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
                   |                            |o

--- Comment #2 from [email protected] ---
(In reply to Dries Michiels from comment #0)
I can confirm similar behaviour on stable/11 amd64 r333390. DESTDIR was set to
/mnt during installworld when this happened (I simply grepped for
pdeathsig_helper in my typescript):

--- pdeathsig_helper.install ---
(cd /usr/src/tests/sys/kern &&  DEPENDFILE=.depend.pdeathsig_helper 
NO_SUBDIR=1 make -f /usr/src/tests/sys/kern/Makefile _RECURSING_PROGS=t 
PROG=pdeathsig_helper  install)
--- pdeathsig_helper.install ---
install   -o root -g wheel -m 555   pdeathsig_helper /mnt/pdeathsig_helper
--- pdeathsig_helper.install ---
install  -o root -g wheel -m 444  pdeathsig_helper.debug
/mnt/.debug/pdeathsig_helper.debug

First I thought someone had broken in to my system, but the timestamps on the
curious files corresponds with the time I ran make installworld:

# LANG=en_US.UTF-8 ls -lT /pdeathsig_helper /.debug/pdeathsig_helper.debug
-r--r--r--  1 root  wheel  7528 May  9 12:06:58 2018
/.debug/pdeathsig_helper.debug
-r-xr-xr-x  1 root  wheel  8576 May  9 12:06:58 2018 /pdeathsig_helper

We better take this to the stable list.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to