From b0a3a4277fd9118a1689ada3c5a1f4af8cac3eaf Mon Sep 17 00:00:00 2001 From: dillo Date: Thu, 3 Jul 2003 14:29:50 +0000 Subject: no longer needed after last update --- shells/scsh/patches/patch-ai | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 shells/scsh/patches/patch-ai diff --git a/shells/scsh/patches/patch-ai b/shells/scsh/patches/patch-ai deleted file mode 100644 index a929db5a51b..00000000000 --- a/shells/scsh/patches/patch-ai +++ /dev/null @@ -1,22 +0,0 @@ -$NetBSD: patch-ai,v 1.3 2001/10/02 11:07:15 seb Exp $ - ---- scsh/scsh.scm.orig Sat Jun 2 19:43:12 2001 -+++ scsh/scsh.scm -@@ -283,7 +283,7 @@ - - ;;; Create a new temporary file and return its name. - ;;; The optional argument specifies the filename prefix to use, and defaults --;;; to "/usr/tmp/.", where is the current process' id. The procedure -+;;; to "/var/tmp/.", where is the current process' id. The procedure - ;;; scans through the files named 0, 1, ... until it finds a - ;;; filename that doesn't exist in the filesystem. It creates the file with - ;;; permission #o600, and returns the filename. -@@ -301,7 +301,7 @@ - ".~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