Subject: MAKEDEV does no longer support overwriting device nodes
To: None <current-users@netbsd.org>
From: Bernd Ernesti <netbsd@lists.veego.de>
List: current-users
Date: 03/07/2004 08:02:07
Hi,
with the old MAKEDEV script you could just use MAKEDEV all and it recreated
all device nodes.
Now, thats no longer possible.
And no, the -f option doesn't fix that:
mknod: console: File exists
mknod: constty: File exists
mknod: drum: File exists
mknod: kmem: File exists
mknod: mem: File exists
mknod: null: File exists
mknod: zero: File exists
[..]
Bernd