git: Import hotplugd(8) from OpenBSD.
Alexander Polakov
polachok at crater.dragonflybsd.org
Fri Dec 4 15:25:08 PST 2009
commit 43ca35e2359188a526b20a7cf27e9367b54c6b73
Author: Alexander Polakov <polachok at gmail.com>
Date: Sat Dec 5 01:32:26 2009 +0300
Import hotplugd(8) from OpenBSD.
Summary of changes:
etc/rc.d/Makefile | 2 +-
etc/rc.d/hotplugd | 12 +++
usr.sbin/Makefile | 1 +
usr.sbin/hotplugd/Makefile | 6 +
usr.sbin/hotplugd/compat.h | 15 +++
usr.sbin/hotplugd/hotplugd.8 | 127 +++++++++++++++++++++++++
usr.sbin/hotplugd/hotplugd.c | 215 ++++++++++++++++++++++++++++++++++++++++++
7 files changed, 377 insertions(+), 1 deletions(-)
create mode 100644 etc/rc.d/hotplugd
create mode 100644 usr.sbin/hotplugd/Makefile
create mode 100644 usr.sbin/hotplugd/compat.h
create mode 100644 usr.sbin/hotplugd/hotplugd.8
create mode 100644 usr.sbin/hotplugd/hotplugd.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/43ca35e2359188a526b20a7cf27e9367b54c6b73
--
DragonFly BSD source repository
More information about the Commits
mailing list