summaryrefslogtreecommitdiff
path: root/sysutils/hal
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-04-22 23:55:29 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-04-22 23:55:29 +0000
commitadc662b4fde24b602c407ee6576a843407273c75 (patch)
tree0de237aae1afa056ec583be57889ff4cb169acdd /sysutils/hal
parent- Depend on moc (diff)
Add devd to the list of hald's rc.d dependencies. Note: we cannot remove
usbd yet because 6.X and 5.X still have it, and if it is desired, then it should be started BEFORE hald. PR: 112017
Notes
Notes: svn path=/head/; revision=190660
Diffstat (limited to 'sysutils/hal')
-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 0af97ff0e02a..0a88856606f9 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -8,7 +8,7 @@
PORTNAME= hal
PORTVERSION= ${HALVERSION}.${SNAPVERSION}
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES?= sysutils
MASTER_SITES= http://www.marcuscom.com/downloads/
diff --git a/sysutils/hal/files/hald.in b/sysutils/hal/files/hald.in
index 46681859eb6a..ab906a516f30 100644
--- a/sysutils/hal/files/hald.in
+++ b/sysutils/hal/files/hald.in
@@ -3,7 +3,7 @@
# $FreeBSD$
#
# PROVIDE: hald
-# REQUIRE: DAEMON usbd dbus polkitd
+# REQUIRE: DAEMON usbd devd dbus polkitd
#
# Add the following line to /etc/rc.conf to enable the HAL daemon:
#