aboutsummaryrefslogtreecommitdiff
path: root/src/nfs-utils/nfs-common
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-29 19:59:38 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-29 19:59:38 +0200
commit5c61a7d623349e92b1b167ebeda338290df7451a (patch)
tree258b9caeb04070576d3141d986994792d3d46138 /src/nfs-utils/nfs-common
parent3ba8aca0896d24b0907e73d423c4cc4c17c1f64d (diff)
downloadrcdscripts-5c61a7d623349e92b1b167ebeda338290df7451a.tar.xz
rcdscripts: autofs, bluez, nfs-utils and ppp sbin deprecation2013.06.29
Diffstat (limited to 'src/nfs-utils/nfs-common')
-rwxr-xr-xsrc/nfs-utils/nfs-common2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfs-utils/nfs-common b/src/nfs-utils/nfs-common
index 9b8ee2d..34dd4c3 100755
--- a/src/nfs-utils/nfs-common
+++ b/src/nfs-utils/nfs-common
@@ -89,7 +89,7 @@ case "$NEED_GSSD" in
esac
do_modprobe() {
- if [ -x /sbin/modprobe -a -f /proc/modules ]; then
+ if [ -x /usr/bin/modprobe -a -f /proc/modules ]; then
modprobe -q "$1" || true
fi
}