Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!topaz!uwvax!husc6!harvard!panda!genrad!decvax!decwrl!sun!calma!vlad!stone From: stone@vlad.UUCP Newsgroups: net.sources Subject: HDUUCP logfile watcher followup Message-ID: <14200002@vlad> Date: Wed, 9-Jul-86 14:41:00 EDT Article-I.D.: vlad.14200002 Posted: Wed Jul 9 14:41:00 1986 Date-Received: Fri, 11-Jul-86 05:30:50 EDT Lines: 58 Nf-ID: #N:vlad:14200002:000:1233 Nf-From: vlad.UUCP!stone Jul 9 11:41:00 1986 There is a mistake in the Makefile I posted for ut, the HDUUCP logfile watcher. Run the following into "patch Makefile". 12c12 < CFLAGS = -O -DBASEDIR=\"/usr/spool/uucp/.Log\" --- > CFLAGS = -O -DBASEDIR=\"/usr/lib/uucp/.Log\" Also here is a short man page that Tony Hansen wrote for ut. #! /bin/sh # This is a shell archive, meaning: # 1. Remove everything above the #! /bin/sh line. # 2. Save the resulting text in a file. # 3. Execute the file with /bin/sh (not csh) to create: # ut.1m # This archive created: Wed Jul 9 11:39:54 1986 export PATH; PATH=/bin:/usr/bin:$PATH echo shar: "extracting 'ut.1m'" '(460 characters)' if test -f 'ut.1m' then echo shar: "will not over-write existing file 'ut.1m'" else cat << \SHAR_EOF > 'ut.1m' .TH UT 1M .SH NAME ut \- show uucp log files .SH SYNOPSIS .B ut [ .I nodename ] .SH DESCRIPTION .I Ut\^ does a "curses window'ed" "tail -f" on the four different Honey Danber uucp logfiles. .I Uutail\^ will accept one argument, the name of the system whose log files you wish to watch. .SH AUTHOR David Stone, Arete Systems, !calma!vlad!stone or !sun!arete!stone or !ihnp4!hplabs!hpspdla!sheba!stone, July 1986. .SH SEE ALSO uucp(1), uulog(1). SHAR_EOF fi exit 0 # End of shell archive