#!/bin/sh # if [ -r /etc/ld.config ]; then echo -n 'initializing runtime linking environment' . /etc/ld.config echo '.' fi
if [ -x /bin/crle ]; then for i in ${ldconfig_paths}; do if [ -d "${i}" ]; then _LDC="${_LDC}:${i}" fi done echo 'setting 32-bit runtime linking path:' ${_LDC} /bin/crle -u -l ${_LDC}
for i in ${ldconfig_paths64}; do if [ -d "${i}" ]; then _LDC="${_LDC}:${i}" fi done echo 'setting 64-bit runtime linking path:' ${_LDC} /bin/crle -64 -u -l ${_LDC} fi
それはそうと system SUNWypr NIS Server for Solaris (root) system SUNWypu NIS Server for Solaris (usr) が関連パッケージだよ ひょっとして (1 of 2 cd)/Solaris_8/Tools/Boot/usr/lib/netsvc/yp から入れようとした? (2 of 2 cd)/Solaris_8/Product/SUNWypr (2 of 2 cd)/Solaris_8/Product/SUNWypu ぢゃないとダメだよ
(NetBSD/pc98 1.4.3) % man ksh -- snip -- [[ expression ]] Similar to the test and [ ... ] commands (described later), with the following exceptions: o Field splitting and file name generation are not performed on arguments. o The -a (and) and -o (or) operators are replaced with && and ||, respectively. o Operators (e.g., -f, =, !, etc.) must be unquoted. o The second operand of != and = expressions are patterns (e.g., the comparison in [[ foobar = f*r ]] succeeds). o There are two additional binary operators: < and > which return true if their first string operand is less than, or greater than, their second string operand, respec- tively. o The single argument form of test, which tests if the argument has non-zero length, is not valid - explicit operators must be always be used, e.g., instead of [ str ] use [[ -n str ]] o Parameter, command and arithmetic substitu- tions are performed as expressions are eval- uated and lazy expression evaluation is used for the && and || operators. This means that in the statement [[ -r foo && $(< foo) = b*r ]] the $(< foo) is evaluated if and only if the file foo exists and is readable.
834 :名無しさん@お腹いっぱい。 :01/08/27 04:06 ID:T/QdooP.
% find /usr/local/bin/emacs-* emacs-20.7: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped emacs-21.0.104: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, not stripped この not stripped ってどういういみですか?