aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2007-04-23 07:55:29 +0800
committermarcus <marcus@FreeBSD.org>2007-04-23 07:55:29 +0800
commit61af9ce55210a5d7878a6ebb5cf46abfd8a9b6c1 (patch)
tree24f3196556767ff1d63d9b3f064868027daace85
parent6cad2af9f5b859619d3b2bf1bffdecd0d88a6e75 (diff)
downloadfreebsd-ports-gnome-61af9ce55210a5d7878a6ebb5cf46abfd8a9b6c1.tar.gz
freebsd-ports-gnome-61af9ce55210a5d7878a6ebb5cf46abfd8a9b6c1.tar.zst
freebsd-ports-gnome-61af9ce55210a5d7878a6ebb5cf46abfd8a9b6c1.zip
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
-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:
#