From 01b70f3fb1ac005a93c81a34a1f9177260bf5956 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 12 Dec 2009 00:39:31 +0100 Subject: [PATCH] Add hotplugd options to the default rc.conf and rc.conf.5. --- etc/defaults/rc.conf | 2 ++ share/man/man5/rc.conf.5 | 18 +++++++++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 370613a4f4..a5334d54e9 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -31,6 +31,8 @@ battd_enable="NO" # Set to YES to have battd alert on 10% battery power remainin battd_flags="" # Flags to battd (if enabled). sensorsd_enable="NO" # Run sensorsd to monitor and log sensor state changes. sensorsd_flags="" # additional flags for sensorsd(8). +hotplugd_enable="NO" # Run hotplugd to monitor devices hot plugging. +hotplugd_flags="" # additional flags for hotplugd(8) pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether removable_interfaces="" # Removable network interfaces for /etc/pccard_ether. diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 73171071dc..edb325c4a1 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD: src/share/man/man5/rc.conf.5,v 1.197 2003/07/28 13:56:00 mbr Exp $ .\" $DragonFly: src/share/man/man5/rc.conf.5,v 1.61 2008/10/20 07:35:08 swildner Exp $ -.Dd August 28, 2009 +.Dd December 12, 2009 .Dt RC.CONF 5 .Os .Sh NAME @@ -179,6 +179,22 @@ Empty by default. Additional flags passed to the .Xr sensorsd 8 program. +.It Va hotplugd_enable +.Pq Vt bool +Set to +.Dq Li NO +by default. +Setting this to +.Dq Li YES +enables +.Xr hotplugd 8 , +a devices hot plugging monitoring daemon. +.It Va hotplugd_flags +.Pq Vt str +Empty by default. +Additional flags passed to the +.Xr hotplugd 8 +program. .It Va pccard_ifconfig .Pq Vt str List of arguments to be passed to -- 2.11.4.GIT