| From: | Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx> |
| Date: | Sun, 4 Jan 2004 14:30:23 -0800 (PST) |
One note to people... once you rerun MAKEDEV you also have to rerun
dev_mkdb to regenerate the device database that pstat uses. So:
(install the new MAKEDEV from /usr/src/etc)
cd /dev
./MAKEDEV all
dev_mkdb /dev
-Matt