diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-01-14 06:53:27 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-01-14 06:53:27 +0000 |
commit | 963ec014d2e74bb984b8eb4dcf3c7b1e02ff3425 (patch) | |
tree | b3c16fcdd81f7941fafc5cbacf01a64f585c7996 /shells/scsh/files/patch-ae | |
parent | Change MAINTAINER to the capable hands of Johannes 5 Joemann (diff) |
Upgrade to v0.6.0.
- "files/patch-ae" is no longer required
- PLIST substitution is used to merge the files "pkg-plist.doc" and
"pkg-plist" into one entity
- new patch file "files/patch-static.scm" has been added
Approved by: alex [MAINTAINER]
Diffstat (limited to 'shells/scsh/files/patch-ae')
-rw-r--r-- | shells/scsh/files/patch-ae | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/shells/scsh/files/patch-ae b/shells/scsh/files/patch-ae deleted file mode 100644 index f7eec1bab769..000000000000 --- a/shells/scsh/files/patch-ae +++ /dev/null @@ -1,19 +0,0 @@ -*** 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) |