Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jun 1998 21:37:08 +1000 (EST)
From:      Peter Hawkins <thepish@FreeBSD.ORG>
To:        Heikki Suonsivu <hsu@clinet.fi>
Cc:        Peter Hawkins <peter@clari.net.au>, freebsd-bugs@FreeBSD.ORG
Subject:   Re: bin/4599
Message-ID:  <Pine.BSF.3.96.980608211655.11826H-100000@dana.clari.net.au>
In-Reply-To: <13691.49682.498719.688203@katiska.clinet.fi>

next in thread | previous in thread | raw e-mail | index | archive | help
>No it does not use _PATH_TMP.  If you do not bother to read the code before
>closing the related PRs, at least you could trust someone who did.

Sorry, you're simply wrong there.

>From RELENG_2_2:

  strcpy(tempfile, _PATH_TMP);
  strcat(tempfile, _RDIST_TMP);

>From -current:

  strcpy(tempfile, _PATH_TMP);
  strcat(tempfile, _RDIST_TMP);  
    
Like I said, your _PATH_TMP should be a valid directory.

Peter

Hilink Internet            Peter Hawkins
381 Swan St Richmond,      
Vic, Australia             Ph: +61-3-9421 2006 Fax: +61-3-9421 2007
http://www.hilink.com.au   Peter@hilink.com.au

FreeBSD Project:           thepish@FreeBSD.org


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980608211655.11826H-100000>