10f07ff513
This will be part of ruby meta-package. Moved ruby-Tk to ruby-Tk-mixedcase in the repository [schmonz 2007-06-07]
13 lines
326 B
Text
13 lines
326 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2001/06/30 08:20:26 taca Exp $
|
|
|
|
--- sample/tkbiff.rb.orig Fri Aug 13 14:37:52 1999
|
|
+++ sample/tkbiff.rb
|
|
@@ -12,7 +12,7 @@
|
|
if ENV['MAIL']
|
|
$spool = ENV['MAIL']
|
|
else
|
|
- $spool = '/usr/spool/mail/' + ENV['USER']
|
|
+ $spool = '/var/mail/' + ENV['USER']
|
|
end
|
|
else
|
|
$spool = ARGV[0]
|