From: utzoo!decvax!harpo!zeppo!wheps!ihnss!ihldt!jhh
Newsgroups: net.news.b
Title: Postnews glitch
Article-I.D.: ihldt.552
Posted: Fri Jun 25 09:42:02 1982
Received: Mon Jun 28 04:50:28 1982

The 2.8 postnews.usg script does not create the temporary file before
running the selected editor.  This causes the user to get an error
message when the editor is run.  The following change will create
the file:

26c26
< 		touch $t;$EDITOR $t
---
> 		$EDITOR $t

				John Haller
				ihnss!ihldt!jhh