|
Namazu for hns による簡易全文検索 詳しくは 詳細指定/ヘルプを参照して下さい |
||||||||||||||||||||||||||||||||||||||||||||||||||
2000年04月08日(土) 旧暦 [n年日記]#1 [Namazu] 2.0.3 を入れて見る。
ついでに一点修正して見る
--- namazu-2.0.3/scripts/mknmz.in-o Wed Mar 29 23:21:50 2000 +++ namazu-2.0.3/scripts/mknmz.in Fri Apr 7 23:55:15 2000 @@ -1290,6 +1290,15 @@ return; # skip a file name containing LF/CR/TAB chars. } + if (defined $conf::EXCLUDE_PATH && + $target =~ /$conf::EXCLUDE_PATH/ ) + { + util::vprint(sprintf(_("Excluded: %s"), $target)); + $counts_ref->{'possible'}++; + $counts_ref->{'excluded'}++; + $File::Find::prune = 1; + return; + } return unless -f $target; # Only file is targeted. $counts_ref->{'possible'}++; @@ -1300,14 +1309,6 @@ return; } - - if (defined $conf::EXCLUDE_PATH && - $target =~ /$conf::EXCLUDE_PATH/ ) - { - util::vprint(sprintf(_("Excluded: %s"), $target)); - $counts_ref->{'excluded'}++; - return; - } # # Do processing just like find's --mtime option. これで、変更前 @@ Targeted: /amd/milano/export/home/htdocs/software/robots.txt @@ find_target finished: Sat Apr 8 00:17:20 2000 @@ Target Files: 1045 (Scan Performance: Elapsed Sec.: 56, Files/sec: 18.7) @@ Possible: 2694, Not allowed: 0, Denied: 159, Excluded: 1490 @@ MTIME too old: 0, MTIME too new: 0 /amd/milano/export/home/htdocs/software/namazu-1.4/conf.pl was updated! 変更後 @@ find_target finished: Sat Apr 8 00:14:14 2000 @@ Target Files: 1045 (Scan Performance: Elapsed Sec.: 22, Files/sec: 47.5) @@ Possible: 1214, Not allowed: 0, Denied: 159, Excluded: 10 @@ MTIME too old: 0, MTIME too new: 0 1045 files are found to be indexed. 1/1045 - http://www.ki.nu/software/DeleGate.shml [text/plain] ( つっこみ )
#2 [NetBSD] /i386 -- portable
別環境に置いてあった ThinkPAD をつないでいる
ypbind ^C で無視して次に行く amd ^C では無視しないが、時間が経つと通過する (DNS 待) sendmail ^C で無視して次に行く (DNS 待) xntpd うるさいので止めること。 DNS /etc/resolv.conf を変更すること ● 次は Modem の確認 mak@scgj$LOGO14:57:56/1004%(~)# dmesg | egrep '^ep|^com' com3 at pcmcia0 function 0 port 0x3f8-0x3ff: serial device com3: ns16550a, working fifo ep1 at pcmcia1 function 0 port 0x330-0x33f: 3Com 3c562 33.6 Modem/10Mbps Ethernet ep1: address 00:60:97:fa:b2:75, 8KB byte-wide FIFO, 5:3 Rx:Tx split ep1: 10baseT, 10base5, 10base2 (default 10baseT) com4 at pcmcia1 function 1 port 0x340-0x347: serial device com4: ns16550a, working fifo (com3 -> /dev/tty03 という対応のようだ) ○ (Ethernet + Modem が一つになったカード) mak@scgj$LOGO15:00:22/1004%(~)# cu --line /dev/tty04 Connected. pcmcia0: car irq 7 com4: com_iflush timeout ff com4: com_iflush timeout ff com4: com_iflush timeout ff com4: com_iflush timeout ff と卓の方に表示される Ethernet の方が使えなくなってしまう。 ○ OMRON のモデムカード側 mak@scgj$LOGO14:58:56/1004%(~)# cu --line /dev/tty03 Connected. cu: write: Input/output error Disconnected. mak@scgj$LOGO14:59:09/1004%(~)# ( つっこみ )
|
最近の日記 2025年02月13日 ・dvipdfmx ICC profile format spec. version 4.3.0 2025年01月29日 ・ham/wsjtx 2025年01月27日 ・wip/wsjtx 5.4.2 2025年01月25日 ・ham/wsjtx 2025年01月15日 ・今更 advent calendar | ||