From owner-freebsd-current Thu Apr 19 9: 1:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from ipcard.iptcom.net (ipcard.iptcom.net [212.9.224.5]) by hub.freebsd.org (Postfix) with ESMTP id 3C8B437B423; Thu, 19 Apr 2001 09:01:08 -0700 (PDT) (envelope-from sobomax@FreeBSD.org) Received: from vic.sabbo.net (dialup7-1.iptelecom.net.ua [212.9.227.129]) by ipcard.iptcom.net (8.9.3/8.9.3) with ESMTP id TAA37532; Thu, 19 Apr 2001 19:01:02 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Received: from FreeBSD.org (big_brother.vega.com [192.168.1.1]) by vic.sabbo.net (8.11.3/8.11.2) with ESMTP id f3JG0UT51887; Thu, 19 Apr 2001 19:00:30 +0300 (EEST) (envelope-from sobomax@FreeBSD.org) Message-ID: <3ADF0B95.42E19625@FreeBSD.org> Date: Thu, 19 Apr 2001 19:00:21 +0300 From: Maxim Sobolev Organization: Vega International Capital X-Mailer: Mozilla 4.77 [en] (WinNT; U) X-Accept-Language: uk,ru,en MIME-Version: 1.0 To: markm@FreeBSD.org Cc: current@FreeBSD.org Subject: core(5) implementation using perl(1) Content-Type: multipart/mixed; boundary="------------0C1B441EC7CD1958B55D2237" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. --------------0C1B441EC7CD1958B55D2237 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Hi, Attached script forces perl(1) to dump core, which isn't a good behaviour IMO (tested on 5-CURRENT and 4.3-RC). -Maxim --------------0C1B441EC7CD1958B55D2237 Content-Type: text/plain; charset=koi8-r; name="killperl" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="killperl" #!/bin/sh perl -pi -e "s|make|\$\{MAKE\}|g ; s|^INCPATH=.*|INCPATH=-I/usr/local/include -I/usr/local/include/SDL11 -D_REENTRANT| ; s|^LIBS=.*|LIBS=-L/usr/local/lib -Wl,-rpath,/usr/local/lib -lSDL-1.1 -lc_r -lm -L/usr/local/lib -lesd -laudiofile -lm -L/usr/X11R6/lib -lX11 -lXext -lXxf86vm -lXxf86dga -lXv -lvga -lvgl -laa|" foobar --------------0C1B441EC7CD1958B55D2237-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message