[net.micro.att] Bug in "At for UNIX PC" posting

richmon@astrovax.UUCP (Michael Richmond) (08/22/85)

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.