NetBSD/usr.sbin/postinstall
apb 74a992e866 Don't rely on stat(1) with format "%SHr" to print the correct names.
That uses devname(3) internally, which doesn't work at all in a cross
build environment, and doesn't do what I thought even in a native
environment.

Instead, parse the device major numbers for the pty master and slave
devices from the output of "MAKEDEV -s pty0" and check those against the
actual device node that we are thinking of removing.
2012-08-15 12:48:19 +00:00
..
Makefile
postinstall Don't rely on stat(1) with format "%SHr" to print the correct names. 2012-08-15 12:48:19 +00:00
postinstall.8 s/the the/the/ 2009-11-22 18:45:27 +00:00