blob: b802dbf3ad73ad209e803bbd21b7f6d0e10288a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Introduction
News is used to read and maintain news relevant to a local system.
Typically it is run from the .login script so it can automatically
check for any new news items. If it finds any, it will report,
"You have news: item1 item2 etc..."
To read the news, simply type "news". Note, you may wish to type
"news | more" in case the news is too long to fit on a single
screen.
For complete information on the program, see the man page.
Administration
To add news items to your system, simply copy a text file containing
the information to the news directory. (This directory defaults to
/var/news, but can be changed in the Makefile or through the
environment variable, NEWS_PATH)
|