Re: scotty version number

Juergen Schoenwaelder (schoenw@gaertner.de)
Thu, 17 Apr 1997 22:42:05 +0200

mani@sj.fore.com (Mani Chinnappan) said:

Mani> Is there an 'info' command or scotty_version variable
Mani> that can be used to find out what version of scotty am I
Mani> running?

It depends on the scotty version. ;-) Old scotty version have a global
variable named scotty_version, while never version use the variable
named tnm(version). (Some intermediate versions also used the variable
scotty(version), but I think I never released them to the public.)
The following script should print the version number on all scotty's
out there:

catch {puts $scotty_version}
catch {puts $scotty(version)}
catch {puts $tnm(version)}

Note, the name has settled. Future versions will continue to report
system and site specific parameters in the global tnm array.

Juergen

-- 
Juergen Schoenwaelder     <schoenw@gaertner.de>     (Tel: +49-531-23873-0)
Gaertner Datensysteme, Hamburger Strasse 273a, 38114 Braunschweig, Germany
--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.