From owner-freebsd-audit Sun Nov 19 23:51:12 2000 Delivered-To: freebsd-audit@freebsd.org Received: from citusc17.usc.edu (citusc17.usc.edu [128.125.38.177]) by hub.freebsd.org (Postfix) with ESMTP id 3C1BD37B4C5 for ; Sun, 19 Nov 2000 23:51:10 -0800 (PST) Received: (from kris@localhost) by citusc17.usc.edu (8.11.1/8.11.1) id eAK7puw72990; Sun, 19 Nov 2000 23:51:56 -0800 (PST) (envelope-from kris) Date: Sun, 19 Nov 2000 23:51:56 -0800 From: Kris Kennaway To: Mark Murray Cc: audit@FreeBSD.ORG Subject: Re: Tempfiles and groff Message-ID: <20001119235156.A72964@citusc17.usc.edu> References: <20001119161706.A3039@citusc17.usc.edu> <200011200609.eAK693J17981@gratis.grondar.za> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="PEIAKu/WMn1b1Hv9" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200011200609.eAK693J17981@gratis.grondar.za>; from mark@grondar.za on Mon, Nov 20, 2000 at 08:08:46AM +0200 Sender: owner-freebsd-audit@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --PEIAKu/WMn1b1Hv9 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 20, 2000 at 08:08:46AM +0200, Mark Murray wrote: > > 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. > >=20 > > .sy echo .ps-bb `psbb \\$1` >/tmp/psbb\\n[$$] > > .so /tmp/psbb\\n[$$] > > .sy rm /tmp/psbb\\n[$$] > >=20 > > 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 :-) >=20 > .so is "source" or "include" - it reads a file like #include "file". > (Check out soelim(1)). Okay. How can we fix it? :) > .sy is "system" - it means "run ...". I gathered that much :) Kris --PEIAKu/WMn1b1Hv9 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.4 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAjoY2BwACgkQWry0BWjoQKUDKQCfd4bTHWb7Afc1yJFt8sbnuBpZ ZA0AoI/gjjWczIol9xr1IgsOH0MY1OuW =fad0 -----END PGP SIGNATURE----- --PEIAKu/WMn1b1Hv9-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-audit" in the body of the message