From 51ec3bfa708531d0c9d002686bc7ce3a9567bd0c Mon Sep 17 00:00:00 2001 From: rh Date: Sat, 27 Nov 1999 23:33:23 +0000 Subject: defuzz --- shells/scsh/files/patch-sum | 4 ++-- shells/scsh/patches/patch-ae | 34 +++++++++++++--------------------- 2 files changed, 15 insertions(+), 23 deletions(-) (limited to 'shells') diff --git a/shells/scsh/files/patch-sum b/shells/scsh/files/patch-sum index f68ca01e781..5afdfb48900 100644 --- a/shells/scsh/files/patch-sum +++ b/shells/scsh/files/patch-sum @@ -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 diff --git a/shells/scsh/patches/patch-ae b/shells/scsh/patches/patch-ae index c3a642ea6b9..39b28553fe6 100644 --- a/shells/scsh/patches/patch-ae +++ b/shells/scsh/patches/patch-ae @@ -1,21 +1,13 @@ -$NetBSD: patch-ae,v 1.2 1998/08/07 11:13:56 agc 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) +$NetBSD: patch-ae,v 1.3 1999/11/27 23:33:24 rh Exp $ + +--- 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) -- cgit v1.2.3