summaryrefslogtreecommitdiff
path: root/sysutils/news
AgeCommit message (Collapse)AuthorFilesLines
2005-11-01Forgot to add comment to .include to indicate why (utimes() support).tv1-2/+2
2005-11-01Add libnbcompat on Interix.tv1-1/+7
2005-06-17Create directories before installing files into them.jlam1-1/+3
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-19correct distinfo after fixing a minor typo in the distfilejschauma1-3/+3
(no version bump since that distfile only existed for <1 minute)
2005-02-19Update to 0.2, which makes this work on systems that don't havejschauma2-5/+5
setprogname or set LOGIN_NAME_MAX.
2004-09-20Import news:jschauma4-0/+33
The news utility prints news items stored in /var/news. When invoked without any arguments, news prints the name and timestamp of each current item followed by its contents, most recent first. An item is considered ``current'' if it has a modification time newer than the file ~/.news_time, a file that news creates if it does not exist. If that file does exist, news will update the timestamp on that file each time it is run. This version of the System V news utility was written by Jan Schaumann <jschauma@NetBSD.org> following the manual page from an IRIX system.