summaryrefslogtreecommitdiff
path: root/Documentation/aoe/autoload.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/aoe/autoload.sh')
-rw-r--r--Documentation/aoe/autoload.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/aoe/autoload.sh b/Documentation/aoe/autoload.sh
index 78dad1334c6..815dff4691c 100644
--- a/Documentation/aoe/autoload.sh
+++ b/Documentation/aoe/autoload.sh
@@ -1,8 +1,8 @@
#!/bin/sh
# set aoe to autoload by installing the
-# aliases in /etc/modprobe.conf
+# aliases in /etc/modprobe.d/
-f=/etc/modprobe.conf
+f=/etc/modprobe.d/aoe.conf
if test ! -r $f || test ! -w $f; then
echo "cannot configure $f for module autoloading" 1>&2