diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-23 07:55:29 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-04-23 07:55:29 +0800 |
commit | adc662b4fde24b602c407ee6576a843407273c75 (patch) | |
tree | 0de237aae1afa056ec583be57889ff4cb169acdd /sysutils | |
parent | 6f057d01e48b5af59ee871726fa7763e7ed7e32f (diff) | |
download | freebsd-ports-gnome-adc662b4fde24b602c407ee6576a843407273c75.tar.gz freebsd-ports-gnome-adc662b4fde24b602c407ee6576a843407273c75.tar.zst freebsd-ports-gnome-adc662b4fde24b602c407ee6576a843407273c75.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/hal/Makefile | 2 | ||||
-rw-r--r-- | sysutils/hal/files/hald.in | 2 |
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: # |