diff options
Diffstat (limited to 'etc/rc.d/hotplugd')
-rw-r--r-- | etc/rc.d/hotplugd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/rc.d/hotplugd b/etc/rc.d/hotplugd new file mode 100644 index 00000000000..b443e13ae42 --- /dev/null +++ b/etc/rc.d/hotplugd @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $OpenBSD: hotplugd,v 1.1 2011/07/06 18:55:36 robert Exp $ + +daemon="/usr/sbin/hotplugd" + +. /etc/rc.d/rc.subr + +rc_cmd $1 |