--- cvs-head/script/sman 2002/01/23 12:22:54 65 +++ cvs-head/script/sman 2004/05/24 13:41:28 86 @@ -18,6 +18,8 @@ use Fcntl qw(O_RDONLY); use Config; +use '/data/wait/lib'; + require WAIT::Config; require WAIT::Database; require WAIT::Query::Base; @@ -233,9 +235,9 @@ # WHAT DOES HE DO HERE? ULI??? # Re: some indexing scripts did use pathnames relative to the table directory # especially the cpanwait script does this. uli -# if ($tdid !~ m(^/)) { -# $tdid = $tb->dir . '/' . $tdid; -# } + if ($tdid !~ m(^/)) { + $tdid = $tb->dir . '/' . $tdid; + } # The main task of all that follows from here is highlighting. WAIT # is designed to make it possible to show the user why a certain