Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 11/03/84 (WLS Mods); site astrovax.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!astrovax!richmon
From: richmon@astrovax.UUCP (Michael Richmond)
Newsgroups: net.micro.att
Subject: Bug in "At for UNIX PC" posting
Message-ID: <635@astrovax.UUCP>
Date: Wed, 21-Aug-85 21:38:53 EDT
Article-I.D.: astrovax.635
Posted: Wed Aug 21 21:38:53 1985
Date-Received: Sat, 24-Aug-85 14:25:25 EDT
Distribution: net
Organization: Princeton Univ. Astrophysics
Lines: 20


There was a bug in makefile. The lines that read:

	cp atrun /usr/lib/crontab
	chmod 700 /usr/lib/crontab

should read:

	cp atrun /usr/lib
	chmod 700 /usr/lib/atrun


Needless to say, you have to rewrite /usr/lib/crontab if you
let the makefile do its stuff. sigh. I knew it was too
late when I posted that article... My apologies to anyone who
has found out the hard way. I promise to be better next time.
Speaking of which, if anyone is interested in some programs
to automate accounting on the 7300, send me mail. I've got something
that tries to do what 'sa' does on 4.2, and I'll post if I
get more than five or six positive responses.