[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#637461: possible init script problem?




/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.




Reply to: