Lines Matching defs:fuser
65 # /usr/bin/sleep -k, to sleep after an fuser -c -k on the mountpoint
66 # /usr/sbin/fuser -k, to kill processes keeping a mount point busy
134 fuser () {
135 echo "fuser $*" 1>&2
202 if [ ! -x /usr/sbin/fuser ]; then
203 fuser () {
204 echo "umountall: fuser -k skipped (no /usr)" 1>&2
208 : # no point in sleeping if fuser is doing nothing
213 echo "umountall: sleep after fuser -k skipped (no /usr)" 1>&2
352 fuser -c -k $mountp 1>&2