Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!genrad!decvax!harpo!floyd!vax135!ariel!hou5f!hou5a!hou5d!hogpc!houxm!hocda!spanky!burl!sb1!sb6!bpa!espo From: espo@bpa.UUCP Newsgroups: net.sources Subject: Addition to us.c source posted earlier Message-ID: <136@bpa.UUCP> Date: Thu, 16-Jun-83 15:43:57 EDT Article-I.D.: bpa.136 Posted: Thu Jun 16 15:43:57 1983 Date-Received: Sat, 18-Jun-83 18:02:42 EDT Lines: 17 Here's an addition to the us.c source posted earlier. This will also catch/report on those logged in on the system console. Add the following lines after line 36 of the original source. ************************* if(strcmp(utp.ut_line, "console") == 0) { strcat(ttylog, utp.ut_line); strcat(ttylog, ","); continue; /* catch console login */ } Bob Esposito...sb6!bpa!espo