summaryrefslogtreecommitdiffstats
path: root/src/daemon/default.pa.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-06-06 03:26:55 +0200
committerLennart Poettering <lennart@poettering.net>2009-06-06 03:26:55 +0200
commite84644aa88acd7158bb174946dbff630ff2389ad (patch)
tree915a1d5b3e076f12f0b7949c0cb54259f275bfc9 /src/daemon/default.pa.in
parent8080ab12597cfbffe9327271236b85054765a2d8 (diff)
hal,udev: deprecate HAL support in favour of udev
Diffstat (limited to 'src/daemon/default.pa.in')
-rwxr-xr-xsrc/daemon/default.pa.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/default.pa.in b/src/daemon/default.pa.in
index fa0683e1..a35ff8ff 100755
--- a/src/daemon/default.pa.in
+++ b/src/daemon/default.pa.in
@@ -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