From owner-freebsd-audit Sun Nov 19 22:10:14 2000 Delivered-To: freebsd-audit@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 4850F37B479; Sun, 19 Nov 2000 22:09:38 -0800 (PST) Received: from grondar.za (grapevine.grondar.za [196.7.18.17]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eAK693J17981; Mon, 20 Nov 2000 08:09:03 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200011200609.eAK693J17981@gratis.grondar.za> To: Kris Kennaway Cc: audit@FreeBSD.ORG Subject: Re: Tempfiles and groff References: <20001119161706.A3039@citusc17.usc.edu> In-Reply-To: <20001119161706.A3039@citusc17.usc.edu> ; from Kris Kennaway "Sun, 19 Nov 2000 16:17:06 PST." Date: Mon, 20 Nov 2000 08:08:46 +0200 From: Mark Murray Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I want to fix the following ugliness in > /usr/src/contrib/groff/tmac/tmac.pspic which is apparently called > during make world, and possibly at other times. > > .sy echo .ps-bb `psbb \\$1` >/tmp/psbb\\n[$$] > .so /tmp/psbb\\n[$$] > .sy rm /tmp/psbb\\n[$$] > > We need to set a variable to contain the tempfile name generated with > mktemp and refer to that in the later lines. I have no idea how to do > this (or even what .so does :-) .so is "source" or "include" - it reads a file like #include "file". (Check out soelim(1)). .sy is "system" - it means "run ...". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message