Lines Matching +full:2 +full:c
12 -d) sdir="$2" ; shift 2 ;;
13 -f) locfile="$2" ; shift 2 ;;
47 CVO_OSVER=$2
57 ${V}echo "Looking for <$lf>" >&2
71 ${V}echo "Looking for <$lf>" >&2
84 ${V}echo "Looking for <$lf>" >&2
92 ${V}echo "Looking for <$lf>" >&2
109 ${V}echo "Looking for <$lf>" >&2
123 ${V}echo "Looking for <$lf>" >&2
133 echo "No loc/XXX file found!" >&2
140 ${V}echo "Using <$LF>" >&2
152 if read c d s x
154 # echo "Got <$c><$d><$s><$x>" >&2
155 case "$c" in
160 *) echo "Unrecognized input: <$c,$d,$s,$x>" >&2
165 case "$c,$d,$s" in
176 case "$c,$d,$s" in
181 *) echo "Unrecognized input: <$c,$d,$s>" >&2
186 case "$c,$d,$s" in
191 *) echo "Unrecognized input: <$c,$d,$s>" >&2
198 C=`echo $c | sed -e 'y/abcdefghijklmnopqrstuvwxyz-/ABCDEFGHIJKLMNOPQRSTUVWXYZ_/'`
199 # echo "c: <$c>, C: <$C>, DB: <$DB>, DL: <$DL>, DS: <$DS>" >&2
203 eval ${C}_DB=$c
204 eval ${C}_DL=
205 eval ${C}_DS=
206 eval ${C}_NI=
209 eval ${C}_DB=
210 eval ${C}_DL=$c
211 eval ${C}_DS=
212 eval ${C}_NI=
215 eval ${C}_DB=
216 eval ${C}_DL=
217 eval ${C}_DS=
218 eval ${C}_NI=$c
221 eval ${C}_DB=
222 eval ${C}_DL=
223 eval ${C}_DS=$c
224 eval ${C}_NI=
226 *) echo "$0: installdir <$d> must be bin, sbin, libexec, or noinst" >&2
230 eval ${C}_MS=$s
232 # echo "<$c> gets installed in <$d> with a <$s> manpage suffix" >&2
233 # echo "${C}_DB is <`eval echo '$'${C}_DB`>" >&2
234 # echo "${C}_DL is <`eval echo '$'${C}_DL`>" >&2
235 # echo "${C}_DS is <`eval echo '$'${C}_DS`>" >&2
236 # echo "${C}_NI is <`eval echo '$'${C}_NI`>" >&2
237 # echo "${C}_MS is <`eval echo '$'${C}_MS`>" >&2
238 echo "${C}_DB=`eval echo '$'${C}_DB`"
239 echo "${C}_DL=`eval echo '$'${C}_DL`"
240 echo "${C}_DS=`eval echo '$'${C}_DS`"
241 echo "${C}_NI=`eval echo '$'${C}_NI`"
242 echo "${C}_MS=`eval echo '$'${C}_MS`"