summaryrefslogtreecommitdiffstats
path: root/Documentation/aoe/autoload.sh
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-03-30 16:03:55 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-03-30 16:03:55 -0700
commita9d38a4f2da6c49a257253a9fdef7a6bcb0e0e4f (patch)
treed97875ecd47172c8739ec8f24ea159bbee8fb628 /Documentation/aoe/autoload.sh
parent9613bebb223dea3179c265dc31e1bb41ae39f321 (diff)
parentc48013824b855c4498092aa6f2fa5345962c1f65 (diff)
Merge branch 'dunlap' (Randy's Documentation patches)
Merge Documentation fixes from Randy Dunlap. Fixed up several small annoyances (bad changelogs and corrupted utf8 names), I need to try to convince people to do things right. * emailed from Randy Dunlap <rdunlap@xenotime.net>: Documentation: fix typo in ABI/stable/sysfs-driver-usb-usbtmc Documentation: replace install commands with softdeps Documentation: remove references to /etc/modprobe.conf Documentation: input.txt: clarify mousedev 'cat' command syntax Documentation: CodingStyle: add inline assembly guidelines Documentation: sysrq: Crutcher Dunnavant is unavailable Documentation: mention scripts/diffconfig tool Documentation: remove 'mach' from dontdiff file
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