aboutsummaryrefslogtreecommitdiff
path: root/src/nfs-utils/nfs-common
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-01 16:13:56 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2013-06-01 16:13:56 +0200
commit84292d3d48e4ad04a8e8f25a51b43452bc1b385a (patch)
treeab215360f743f73dc5bd9a9f02dedb900a0e4d6f /src/nfs-utils/nfs-common
parent7df973541b4c05949282109e43c4e2fd935b564d (diff)
downloadrcdscripts-84292d3d48e4ad04a8e8f25a51b43452bc1b385a.tar.xz
rcdscripts: nfs and iptables /usr/sbin deprecation2013.06.01
Diffstat (limited to 'src/nfs-utils/nfs-common')
-rwxr-xr-xsrc/nfs-utils/nfs-common8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nfs-utils/nfs-common b/src/nfs-utils/nfs-common
index 7b16b4b..9b8ee2d 100755
--- a/src/nfs-utils/nfs-common
+++ b/src/nfs-utils/nfs-common
@@ -13,15 +13,15 @@ PIPEFS_MOUNTOPTS=
# rpc.statd daemon & binary location
STATD_DAEMON_NAME=rpc.statd
-STATD="/usr/sbin/rpc.statd"
+STATD="/usr/bin/rpc.statd"
# rpc.idmapd daemon & binary location
IDMAPD_DAEMON_NAME=rpc.idmapd
-IDMAPD="/usr/sbin/rpc.idmapd"
+IDMAPD="/usr/bin/rpc.idmapd"
# rpc.gssd daemon & binary location
GSSD_DAEMON_NAME=rpc.gssd
-GSSD="/usr/sbin/rpc.gssd"
+GSSD="/usr/bin/rpc.gssd"
. /etc/rc.conf
. /etc/rc.d/functions
@@ -144,7 +144,7 @@ case "$1" in
exit 1
fi
# Run sm-notify
- /usr/sbin/sm-notify $SMNOTIFY_OPTS
+ /usr/bin/sm-notify $SMNOTIFY_OPTS
fi
if [ "$NEED_IDMAPD" = yes ] || [ "$NEED_GSSD" = yes ]; then