Index of /Applications/News/C-News/Feb_1993_Release/expire/

NameLast ModifiedSizeType
../ -  Directory
Makefile1994-Jan-28 01:35:259.6Kapplication/octet-stream
README1992-Jan-28 16:40:491.4Kapplication/octet-stream
dircheck1990-Mar-07 15:42:430.5Kapplication/octet-stream
doexpire1994-Jan-28 01:35:251.7Kapplication/octet-stream
expire1994-Jan-28 02:04:3193.4Kapplication/octet-stream
expire.c1992-Apr-20 01:06:0328.8Ktext/plain
expireiflow1994-Jan-28 01:35:550.5Kapplication/octet-stream
explist1994-Jan-28 02:04:530.5Kapplication/octet-stream
explist.no1994-Jan-28 02:03:040.5Kapplication/octet-stream
explist.yes1994-Jan-28 02:03:040.5Kapplication/octet-stream
histdups1991-Feb-06 19:18:590.3Kapplication/octet-stream
histinfo1994-Jan-28 02:04:3251.3Kapplication/octet-stream
histinfo.c1991-Nov-13 17:45:143.0Ktext/plain
histslash1994-Jan-28 02:04:3346.9Kapplication/octet-stream
histslash.c1991-Feb-20 16:10:500.8Ktext/plain
mkadir1989-May-02 21:00:140.4Kapplication/octet-stream
mkhistory1994-Jan-28 01:35:261.8Kapplication/octet-stream
pgood1989-May-02 21:15:090.2Kapplication/octet-stream
recovact1994-Jan-28 01:35:541.2Kapplication/octet-stream
tgood1989-May-03 03:05:090.4Kapplication/octet-stream
upact1994-Jan-28 01:35:271.5Kapplication/octet-stream
updatemin.c1991-Oct-03 15:06:053.7Ktext/plain
C News expire

Unlike the old alpha C News expire, this one will accept old B News history
files... although that slows it down, and this hasn't been tested well.
Beware that the date in the middle field of the history line must be
readable to getdate(3), and rumor hath it that mid-B2.11 dates are not.
Rebuilding your history file in C News format is preferable anyway.
Current releases of B News use C News format, in fact.

It WON'T accept the old experimental C News four-field history files;
we recommend

	awk -F'	' '{ print $1 "	" $2 "~" $3 "	" $4 }'

(those are tabs in the quotes after the -F and the empty-looking quotes
in the awk program) as a conversion aid.

"make r" will compile everything and run a complex set of regression tests,
checking the results automatically.  If nothing screams, there is a high
probability that expire, upact, and mkhistory are working.

dircheck checks the results of expire regression testing.
histdups, histinfo, and histslash are parts of mkhistory.
updatemin is a C version of upact -- it's vastly faster, but it's
	also the only thing in C News that needs to know how to read
	directories, which is a portability hassle, so it's not the default.
	Compile it with -DBERKDIR if you have 4BSD directory functions
	rather than standard (POSIX) ones.  "make r UPACT=updatemin"
	will include it in the regression test.
pgood and tgood are regression-test output-should-look-like-this files.
mkadir is what expire invokes to create archiving subdirectories.
Unix Archive mirror by unixpeople.org