Searched refs:myroot (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh48 myroot=/
51 r) myroot=$OPTARG
52 if [ ! -d $myroot ]; then
53 echo "$myroot: not a directory" >&2
57 case "$myroot" in
58 //*) echo "$myroot: must begin with a single /" >&2
60 /) echo "$myroot: alternate root cannot be /" >&2
64 /*) myroot="$myroot/";; # add final /
66 *) echo "$myroot
[all...]

Completed in 64 milliseconds