aboutsummaryrefslogtreecommitdiff
path: root/src/nfs-utils/nfs-server
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-server
parent3ba8aca0896d24b0907e73d423c4cc4c17c1f64d (diff)
downloadrcdscripts-5c61a7d623349e92b1b167ebeda338290df7451a.tar.xz
rcdscripts: autofs, bluez, nfs-utils and ppp sbin deprecation2013.06.29
Diffstat (limited to 'src/nfs-utils/nfs-server')
-rwxr-xr-xsrc/nfs-utils/nfs-server2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nfs-utils/nfs-server b/src/nfs-utils/nfs-server
index a8e4898..8764660 100755
--- a/src/nfs-utils/nfs-server
+++ b/src/nfs-utils/nfs-server
@@ -50,7 +50,7 @@ case "$NEED_SVCGSSD" 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
}