freebsd-ports/databases/sybtcl/files/patch-sp_who
Mikhail Teterin a623e2d6cf This is Sybtcl -- a dynamicly loadable TCL extension, which provides
your interpreter with connectivity to a Sybase server. Althghough it was
written to work with Sybase's own client libraries (not available for
FreeBSD), this port patches it enough to make it work with FreeTDS.

WWW: http://sybtcl.sourceforge.net/
2004-03-30 00:02:11 +00:00

16 lines
665 B
Plaintext

--- samples/sp_who Fri Jun 2 02:35:54 2000
+++ samples/sp_who Mon Mar 29 18:10:59 2004
@@ -22,12 +22,4 @@
package require Sybtcl
-if {[file isfile sign_on.tcl]} {
- source sign_on.tcl
-} elseif {[file isfile [file join [file dirname [info script]] sign_on.tcl]]} {
- source [file join [file dirname [info script]] sign_on.tcl]
-} elseif {[file isfile [file join [file dirname [info nameofexecutable]] sign_on.tcl]]} {
- source [file join [file dirname [info nameofexecutable]] sign_on.tcl]
-}
-
global server interval now intervalid env secorsecs user password sybhandle
global opened WhoIsThere order_by_orders order_by order_by_stmnt order_by_text