This commit is contained in:
rh 1999-11-27 23:33:23 +00:00
parent 2e4772b474
commit 51ec3bfa70
2 changed files with 14 additions and 22 deletions

View file

@ -1,10 +1,10 @@
$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:06 agc Exp $
$NetBSD: patch-sum,v 1.2 1999/11/27 23:33:23 rh Exp $
MD5 (patch-aa) = d42deff85c5714ce15cfd5b3cb7f75de
MD5 (patch-ab) = df53020f5f1b12486fc426f92e154a30
MD5 (patch-ac) = ac0e044700bea35dd7b88768c10e1e2b
MD5 (patch-ad) = 6b90b4233b175d2140f4b357fc665fc3
MD5 (patch-ae) = 4bf3dcca6d259fa5450efff51dcfd917
MD5 (patch-ae) = 1078379e1bd89f6d63e0b4db95120c46
MD5 (patch-af) = d897362062386ea35fabf59bfbd299f3
MD5 (patch-ag) = d3e067a90e4b55d2d27bdef28aa8ad97
MD5 (patch-ah) = 6eb3bb6e657ad5d802c32062aafc37ab

View file

@ -1,21 +1,13 @@
$NetBSD: patch-ae,v 1.2 1998/08/07 11:13:56 agc Exp $
$NetBSD: patch-ae,v 1.3 1999/11/27 23:33:24 rh Exp $
*** scsh/scsh.scm.original Tue Nov 26 17:15:00 1996
--- scsh/scsh.scm Tue Nov 26 17:15:06 1996
***************
*** 298,304 ****
(list (string-append (car maybe-prefix) ".~a"))))))
(define *temp-file-template*
! (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a")))
(define (temp-file-iterate maker . maybe-template)
--- 298,304 ----
(list (string-append (car maybe-prefix) ".~a"))))))
(define *temp-file-template*
! (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a")))
(define (temp-file-iterate maker . maybe-template)
--- scsh/scsh.scm.orig Sun Nov 28 00:30:13 1999
+++ scsh/scsh.scm Sun Nov 28 00:30:14 1999
@@ -298,7 +298,7 @@
(list (string-append (car maybe-prefix) ".~a"))))))
(define *temp-file-template*
- (make-fluid (string-append "/usr/tmp/" (number->string (pid)) ".~a")))
+ (make-fluid (string-append "/var/tmp/" (number->string (pid)) ".~a")))
(define (temp-file-iterate maker . maybe-template)