/etc/init.d/mountnfs.sh contains the following:
case "$FSTYPE" in
nfs|nfs4|smbfs|cifs|coda|ncp|ncpfs|ocfs2|gfs)
;;
which does not look right to me. Should there be something after the )
and before the ;; ?
Perhaps somebody more familiar with code can say what this is intended to achieve.