History log of /netbsd-src/sbin/devpubd/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 3d6eb1fc 15-Feb-2015 christos <christos@NetBSD.org>

let's make this compile again.


# cccb31c8 11-Aug-2013 dholland <dholland@NetBSD.org>

These pass WARNS=5, so don't set WARNS=4


# a11271cd 11-Jan-2013 mlelstv <mlelstv@NetBSD.org>

Provide a script for devpubd(8) that creates symlinks for each dk(4)
device under /dev/wedges so that you can access them by name.


# b146b6f7 06-Sep-2011 riz <riz@NetBSD.org>

Build and install the skeleton manpage for devpubd - it's better than
nothing.


# f385d8f5 29-Aug-2011 mrg <mrg@NetBSD.org>

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well eno

add the device publish daemon, written by jmcneill@.

listens on drvctl for new devices and invokes MAKEDEV for them.

missing:
- manual page
- rc.d script
- more testing

but it works well enough to make new disk nodes appear in /dev when
netbsd sees them and they're missing. you will need to make sure
you have a new /dev/MAKEDEV for this to work properly (postinstall
should handle this normally, of course.)


thanks jared!

show more ...