diff options
author | marcus <marcus@FreeBSD.org> | 2006-10-29 12:08:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-10-29 12:08:41 +0800 |
commit | 9ac1ca5b0dbd6454ddd75ca2f22b83dc6504e400 (patch) | |
tree | 07d5b8781bc7c73b8c2c647b4440e4f36fd82ee4 /sysutils/hal/files | |
parent | 46d55219b6952e50ba49b6ae837242e6b5fc63f2 (diff) | |
download | freebsd-ports-gnome-9ac1ca5b0dbd6454ddd75ca2f22b83dc6504e400.tar.gz freebsd-ports-gnome-9ac1ca5b0dbd6454ddd75ca2f22b83dc6504e400.tar.zst freebsd-ports-gnome-9ac1ca5b0dbd6454ddd75ca2f22b83dc6504e400.zip |
Allow usbd to start first (if enabled) so that hald does not steal
/dev/usb.
Approved by: portmgr (implicit)
Diffstat (limited to 'sysutils/hal/files')
-rw-r--r-- | sysutils/hal/files/hald.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/hal/files/hald.in b/sysutils/hal/files/hald.in index aefba2194971..f8b42241e3f7 100644 --- a/sysutils/hal/files/hald.in +++ b/sysutils/hal/files/hald.in @@ -3,7 +3,7 @@ # $FreeBSD$ # # PROVIDE: hald -# REQUIRE: DAEMON dbus polkitd +# REQUIRE: DAEMON usbd dbus polkitd # # Add the following line to /etc/rc.conf to enable the HAL daemon: # |