FreeBSD Bugzilla – Attachment 86235 Details for
Bug 122645
security/sguil-client, port upgrade, new version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-files-patch-sguil.tk
patch-files-patch-sguil.tk (text/plain), 1.87 KB, created by
pauls
on 2008-04-11 04:40:01 UTC
(
hide
)
Description:
patch-files-patch-sguil.tk
Filename:
MIME Type:
Creator:
pauls
Created:
2008-04-11 04:40:01 UTC
Size:
1.87 KB
patch
obsolete
>--- files/patch-sguil.tk.orig 2006-11-15 15:33:51.000000000 -0600 >+++ files/patch-sguil.tk 2008-04-10 21:07:22.000000000 -0500 >@@ -1,11 +1,28 @@ >---- client/sguil.tk.orig Mon Nov 13 13:19:24 2006 >-+++ client/sguil.tk Mon Nov 13 13:21:03 2006 >-@@ -1679,6 +1679,8 @@ >+--- client/sguil.tk.orig 2008-04-10 20:14:26.000000000 -0500 >++++ client/sguil.tk 2008-04-10 20:42:55.000000000 -0500 >+@@ -77,7 +77,7 @@ >+ >+ # Load iwidgets and namespaces >+ if [catch {package require Iwidgets} iwidgetsVersion] { >+- puts "ERROR: Cannot fine the Iwidgets extension." >++ puts "ERROR: Cannot find the Iwidgets extension." >+ puts "The iwidgets package is part of the incr tcl extension and is" >+ puts "available as a port/package most systems." >+ puts "See http://www.tcltk.com/iwidgets/ for more info." >+@@ -2017,11 +2017,11 @@ > set CONF_FILE $env(HOME)/sguil.conf > } elseif { [file exists ./sguil.conf] } { > set CONF_FILE ./sguil.conf >-+ } elseif { [file exists /usr/local/etc/sguil.conf] } { >-+ set CONF_FILE /usr/local/etc/sguil.conf >- } elseif { [file exists /etc/sguil] &&\ >- [file isdirectory /etc/sguil] &&\ >- [file exists /etc/sguil/sguil.conf] &&\ >+- } elseif { [file exists /etc/sguil] &&\ >+- [file isdirectory /etc/sguil] &&\ >+- [file exists /etc/sguil/sguil.conf] &&\ >+- [file readable /etc/sguil/sguil.conf] } { >+- set CONF_FILE /etc/sguil/sguil.conf >++ } elseif { [file exists /usr/local/etc/sguil-client] &&\ >++ [file isdirectory /usr/local/etc/sguil-client] &&\ >++ [file exists /usr/local/etc/sguil-client/sguil.conf] &&\ >++ [file readable /usr/local/etc/sguil-client/sguil.conf] } { >++ set CONF_FILE /usr/local/etc/sguil-client/sguil.conf >+ } else { >+ puts "Couldn't determine where the sguil config file is" >+ puts "Looked for $env(HOME)/sguil.conf and ./sguil.conf."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 122645
:
86234
| 86235 |
86236
|
86237