Changeset 2649
- Timestamp:
- 01/03/08 15:18:30 (1 year ago)
- Files:
-
- trunk/scripts/vmount (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/scripts/vmount
r2632 r2649 31 31 $"Usage: $0 <vserver-name> -- [-o options] [--bind|--rbind] 32 32 [-t <type>] [-a] [-n] [--move] 33 <source> <destination>33 [<source> [<destination>]] 34 34 35 35 <source> ... what to mount, this is relative to the host's root … … 87 87 done 88 88 89 case " $1" in90 ( /*) ;;89 case "x$1" in 90 (x/*|x) ;; 91 91 (*) panic $"vmount: the source must be an absolute path";; 92 92 esac
