$NetBSD: patch-ad,v 1.1 2000/09/01 03:14:16 fredb Exp $ --- tkman.tcl.orig Thu Jun 22 17:39:42 2000 +++ tkman.tcl Thu Aug 31 21:42:09 2000 @@ -2353,7 +2353,7 @@ set os [string tolower $tcl_platform(os)]; set osvers $tcl_platform(osVersion) set setup ""; # most OSes work without configuration file - # three trouble makers + # trouble makers if {[string equal $os "sunos"] && $osvers>=5.0} { set setup solaris if {$osvers>=5.7} {append setup "28" @@ -2363,6 +2363,8 @@ set setup irix } elseif {[string equal $os "sco_sv"]} { set setup $os + } elseif {[string match "netbsd*" $os]} { + set setup netbsd } #puts stderr "\afound $setup"