aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2006-10-29 12:08:41 +0800
committermarcus <marcus@FreeBSD.org>2006-10-29 12:08:41 +0800
commit9ac1ca5b0dbd6454ddd75ca2f22b83dc6504e400 (patch)
tree07d5b8781bc7c73b8c2c647b4440e4f36fd82ee4 /sysutils
parent46d55219b6952e50ba49b6ae837242e6b5fc63f2 (diff)
downloadfreebsd-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')
-rw-r--r--sysutils/hal/Makefile2
-rw-r--r--sysutils/hal/files/hald.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 49391209ed7a..8ae73241949e 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
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:
#