summaryrefslogtreecommitdiffstats
path: root/src/daemon/system.pa.in
diff options
context:
space:
mode:
authorColin Guthrie <cguthrie@mandriva.org>2011-03-03 09:37:16 +0000
committerColin Guthrie <cguthrie@mandriva.org>2011-03-03 09:37:16 +0000
commit8c012a676db185e07b6c0f0507b496335ba2ab6c (patch)
tree570b5ce4c39ec70102427e73bef33ca7fbffe400 /src/daemon/system.pa.in
parent33d1de487a231ffa633b8d0f77c1e16f5a43d981 (diff)
conf: Make system.pa use udev-detect and not hal-detect.
Also fix a left over reference to HAL in default.pa
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 0ca32bd3..aaefd1d1 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