(including Smart and Back UPS for APPC), has ability to shutdown
multiple hosts without additional hardware and provides CGI
scripts to monitor UPS status via WEB interface.
Sarah is a program which is used to trim, rotate, archive and delete log
files. It is meant to run periodically out of cron, determining what to do
based on a configuration file.
Sarah is designd to be an optional replacment for newsyslog, depending
on your needs.
Mmmmm, SMG.
From AN-1.8a38:
- Fixed a seriuos bug related to the structures iso_path_table and
iso_directory_record.
Both structures have an odd length and some compilers (e.g. on
Sun3/mc68020 systems) will padd these structures to an even size.
For this reason it was a bad idea to use sizeof(iso_path_table)
of sizeof(iso_directory_record) for on disk size computations.
The changes affect central functionality and it is needed to do
testing if my changes will not introduce a new bug.
patch-ad and patch-ae both patches the same file, so I combined them
and removed patch-ae. The maintainer might want to look into patch-ad
some more since patch-ae did the same as patch-ad one one had the lines
before the offending block of code and one after. I left both sets
since it didn't appear to affect operation any.
PR: 15790
Submitted by: maintainer
Wired, Reserved, Cache, Buffer, Total, and Free in a manner more friendly
and verbose than vmstat and without as much clutter as Top.
It is inspired in part by top(1), OS9's mfree, Linux's free, and DOS's
mem /c
PR: 15731
Submitted by: Nick Johnson <freebsd@spatula.net>
From AN-1.8a35:
- The -a option is now obsolete. Now all files are put on CD by default.
To suppress backup files use the new option -nobak
- -nobak option new to exlude files that contain a '~' or a '#' or
end in '.bak'
From AN-1.8a36:
- Support for Eltorito Hard-disk-emulation boot from H.P.Anvin
Note that the original source was non portable and I could not
test if my portable version work correctly.
- Support for Eltorito No-emulation boot from H.P.Anvin
Note that the original source was non portable and I could not
test if my portable version work correctly.
- Support for Eltorito boot-disable boot from H.P.Anvin
- Eltorito boot catalog is now a 'virtual file' (thanks to James Pearson)
No need to write to the source tree anymore.
* Added some more dev_t hacks for Alpha FreeBSD 4.0.
* Added support for IPv6 on BSD 4.x. The support hasn't yet been tested,
just compiled.
Submitted by: Vic Abell <abe@purdue.edu>