Subject: Re: Pine 4.21 hangs or dies
To: Marinier, M. Claude, G. <claude.marinier@dreo.dnd.ca>
From: Mipam <reinoud@ibbnet.org>
List: netbsd-help
Date: 05/01/2000 16:41:37
Hi,

About the /dev/ devices...
I guess you upgrade by doing a make build?
It's nice if you would rebuild the /dev/ part of your system.

mkdir /nudev 
cd /usr/src/etc/etc.'uname -m'/MAKEDEV /nudev
cd /usr/src/etc/MAKEDEV.local /nudev 

shutdown to single user.

shutdown now or reboot with the -s option.

cd /nudev ; sh ./MAKEDEV all
cd /
mv dev odev
mv nudev dev
rm -rf odev

Note that be sure to have rebuild the dev's well, for else you wont
be able to reboot :)
Reboot after this and you'll have a new dev.
Bye,

Mipam