mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
0a291a1916
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..." No website for software PR: ports/164456 Submitted by: Hokan <hokan at me.umn.edu>
21 lines
701 B
Plaintext
21 lines
701 B
Plaintext
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)
|