logroll:
- rotate ipmon log (no processing yet)
proc-httpd-errors
- do not report usernames on authentication failures (better summary
and possible passwords are not shown)
- do not report "file not found" errors (not useful at system level,
and some authors choose to live with such links produced by tools)
- do not report "no acceptable variant" (the user gets a menu)
- do not report clients blocked by server configuration
proc-messages
- updates to local domains and networks (needs a config file)
- handle multi-port HP print servers successfully
- handle ntpd v4 messages
- handle new NetBSD messages (up-to 1.4Y)
- update named to BIND v8.2.2-P5, and add some new types of messages
- handle verbose amd startup
- minor updates: inetd, sendmail, snmpd, sshd
- new daemons: dhcpd, dhclient, gated, gdc, lpd, portmap, savecore, tftpd
- added a placeholder for mrouted
proc-news
- don't count "msgid:" as a system with connection failures (the failed
connections are probably to msgidd, e.g. it is not running)
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
- gtop.desktop: Added Swedish translation.
- gtop.desktop: Added Galician entry.
- gtop.desktop : Added the Turkish translation to the gtop.desktop file.
- gnome-gtop.png: Improved.
Added first version of the GTop Documentation from Telsa Gwynne.
- procview.c: Use "Kill nicely (SIGTERM)" and "Kill now (SIGKILL)"
in the right-click menu.
- procview.c (DEFAULT_PROCVIEW_FIELD_MASK): New constant. After a
suggestion from Alexander Kirillov we only show "Pid", "User", "Pri",
"Size", "Resident", "Stat", "CPU", "MEM", "Time" and "Command" as the
default since this is less confusing to newbies (and it also helps us
keeping the default window size small).
(procfields_properties_load): Don't crash here when some bad guy
sets "gtop/procview/procview_field_mask=0". Fixes#2420.
- procview.c (get_command_line): New static function. Try to get
the `command' field from glibtop_get_proc_args () if possible since
glibtop_get_proc_state () sometimes truncates this field. GTop will
not correctly show the full name of executables with long names.
- global.c: In the preferences dialog, use "Update times" instead
of "Update times (notebook pages)".
- summary.c (gtop_summary_destroy): Renamed to `summary_destroy_cb'
and made it static.
(gtop_summary_new): Call `summary_destroy_cb' on the "destroy" signal.
(gtop_statusbar_destroy): Renamed to `statusbar_destroy_cb' and
made it static.
(gtop_statusbar_new): Call `statusbar_destroy_cb' on the "destroy"
signal.
- mdi.c (app_destroy_cb): Don't call `gtop_statusbar_destroy' here.
- process-details.c (process_args_update): Make this work with
LibGTop 1.1.4.
- gnome-gtop.png: An icon, an icon!
- memusage.c: added popup-menu to allow show menu/toolbar
- fsusage.c: added popup-menu to allow show menu/toolbar
- procview.c: added items to popup-menu to allow show menu/toolbar
- main.c (gtop_show_mtbar): added "show menu/toolbar" menucheckbuttons to
allow some sort of fullscreen mode
Cdda2wav:
- integrated the files, Heiko forgot to provide for release 1.8.1
Mkisofs:
- Now mkhybrid code is completely integrated into mkisofs.
There is only one binary. To help users of mkhybrid,
make install creates a hard link from mkhybroid to mkisofs.
- man page cleaned up.
Patch submitted by OGATA <ogata@isp.qix.org> in mail to tech-pkg.
* Add note on how to update distfile, mostly taken from pkg_install pkg.
* Move 1.4 patches from src/usr.sbin/user/user.c to pkgsrc (I didn't want
to add it to doc/HACKS :)
- Set a threshold for reporting mail rejection (a single unknown address is
insignificant, as is mostly any other single rejection).
- Added daemons: deliver (cyrus), rdist, websterd.
- Handle more messages: ftpd, inetd, listserv, sendmail, snmpd, sshd.
- handle more daemons and new versions in proc-messages
- summarize rejected mail in proc-messages
- handle URL language codes better in proc-httpd-access
- do not report missing "favicon.ico" in proc-httpd-errors
- ignore XTHREAD and high load average in proc-news
mksunbootcd came from distrib/utils/mksunbootcd. This package is provided
so it may be easily installed as we don't ship mksunbootcd executibles
The mksunbootcd program combines filesystem partitions for Sun Microsys-
tems, Inc. computers into an image suitable for writing to a compact
disc, that will allow the disc to be booted on the sun3, sun3x, sun4,
sun4c, sun4m and sun4u platforms. This hardware is supported by the
NetBSD sparc, sparc64 and sun3 ports. The architecture arguments above
must be the bootable filesystem images for the named architecture.
filesystem is typically an iso9660 filesystem, see mount_cd9660(8) for
details, but can be any type as long as the first 512 bytes of the image
are not used. This image is modified, and the additional partitions
added after this partition, in order. If any architecture image is miss-
ing, that partition is not used. If a disc with sun4 and sun4m support
only was to be created, a dummy image would need to be in place for
sun4c.