#!/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 ってどういういみですか?
>> 849 Stop A boot -s for t in /etc/rc2.d/S* do echo $t /sbin/sh $t done
851 :ガッツ右松 :01/08/28 11:53 ID:/14C4GOA
やってみます!
852 :名無しさん@お腹いっぱい。 :01/08/28 12:04 ID:57w2WCpg
>>851 /sbin/sh $t start だった。 この for るーぷは /etc/rc2 の中とかに書いてあるからみてみるといいと思います。
853 :画津右松 :01/08/28 14:19 ID:/14C4GOA
さきほどのはうまくいきましたが、、、、 途中で起動が止まってしまいます。
↓ここで止まります。何をすればいいかご教授ください /etc/rc2.d/S01MOUNTFSYS checking ufs filesystems /dev/rdsk/c0t0d0s6: is stable. /dev/rdsk/c0t0d0s7: is stable. mount: /dev/dsk/c0t0d0s6 is already mounted, /opt is busy, or the allowable number of mount points has been exceeded mount: /tmp already mounted mount: /dev/dsk/c0t0d0s7 is already mounted, /export/home is busy, or the allowable number of mount points has been exceeded /etc/rc2.d/S05RMTMPFILES /etc/rc2.d/S20sysetup /etc/rc2.d/S30sysid.net /etc/rc2.d/S69inet Flushing routing table: default *.*.40.254 done add net default: gateway *.*.40.254 /etc/rc2.d/S71rpc starting rpc services: rpcbind keyserv kerbd done. /etc/rc2.d/S71sysid.sys /etc/rc2.d/S72autoinstall /etc/rc2.d/S72inetsvc Setting netmask of hme0 to 255.255.255.0 starting internet domain name server. Setting default interface for multicast: add net 224.0.0.0: gateway hogege.hoge.co.jp: File exists /etc/rc2.d/S73nfs.client