summaryrefslogtreecommitdiffstats
path: root/src/daemon/system.pa.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/system.pa.in')
-rwxr-xr-xsrc/daemon/system.pa.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/daemon/system.pa.in b/src/daemon/system.pa.in
index 27e42815..4b1227f9 100755
--- a/src/daemon/system.pa.in
+++ b/src/daemon/system.pa.in
@@ -20,11 +20,11 @@
# mode.
### 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