hal,udev: deprecate HAL support in favour of udev

This commit is contained in:
Lennart Poettering 2009-06-06 03:26:55 +02:00
parent 8080ab1259
commit e84644aa88
2 changed files with 5 additions and 4 deletions

View file

@ -49,11 +49,11 @@ load-module module-augment-properties
#load-module module-pipe-sink
### Automatically load driver modules depending on the hardware available
.ifexists module-hal-detect@PA_SOEXT@
load-module module-hal-detect
.ifexists module-udev-detect@PA_SOEXT@
load-module module-udev-detect
.else
### Alternatively use the static hardware detection module (for systems that
### lack HAL support)
### lack udev support)
load-module module-detect
.endif