Also replace rc.d scripts with much better ones by Luke Mewburn
<lukem@wasabisystems.com> that were slightly editted by me to have some
minimal functionality on pre-rc.d systems.
I did not update the version tag because this is only minor fix to
the manual page. Otherwise we would have several versions per day
as this tool is still under construction...
performing an operating system upgrade.
The idea for this script (including code fragments, variable names etc.)
came from the FreeBSD mergemaster (by Douglas Barton). Unlike the FreeBSD
mergemaster, this does not use CVS version tags to compare if the files
need to be updated. Files are compared with /usr/bin/cmp as this is more
reliable and the only way if the version numbers are same even though the
files are different.
gRun is a GTK based Run dialog that closely resembles
the Windows Run dialog, similar to xexec. However,
gRun is much more powerful than xexec, looks a lot
better, and has the big advantage that you can start
typing a command without having to mouse-click into
the text field.
Provided in pkg PR 14440 by "Eric Gillespie, Jr."
<epg@pretzelnet.org>, modified slightly by me.
notable new features:
- upsdrvctl has more options. You can now say "stop" to stop all drivers, or
"stop <ups>" to stop just one. Also, "start <ups>" to just start one is
now supported.
- lots of man pages
- newapc driver converted to new framework
- new masterguard ups driver
- fentonups driver now recognizes the PowerCom SMK-800A
- bestups driver now does proper locking on the serial port
- sms driver table has been updated, and sms.txt provided to explain this
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Remove build dependencies on autoconf/automake by providing patches to
the generated files as well. This allows our other automatic changes at
pre-configure time in bsd.pkg.mk to succeed.
Changelog:
* Mail monitor option: Count unseen mail as new mail. (Based on a patch
by Martin Man <Martin.Man--at--seznam.cz>)
* Bugfixes:
o gkrellm -demo segfaulted.
o CPU sensor decals could be mapped wrong.
* Contributions:
o Anthony Mallet <anthony.mallet--at--useless-ficus.net> sensors.c patch
adds temp, fan, and voltage monitoring for NetBSD
o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po translation update.
o Darell Tan <dardil@singnet.com.sg> fs.c patch checks for uid matching
"owner" in fstab_user_permission().
o Tomas Ogren <stric--at--cs.umu.se> Solaris disk.c patch avoids adding
not found disks to the disk list.
o move sarah.conf.sample from ${PREFIX}/etc to ${PREFIX}/share/examples/sarah
Update sarah to 0.7b
Changes:
v 0.7b 2001/10/01
* all directives may now be specified within an OPTIONS{} block to set
defaults
* when both '-c' and '-V' options are used, sarah will dump
interpreted config file(s) to STDOUT
* fixed archive rotation bug: a regex to match file.log.xx would also
match myfile.log.xx, causing rotation of file.log to fail
v 0.6b 2001/02/09
* added INDEX command to allow date-based archive naming
* added quiet mode (-q argument)
v 0.5b 2001/01/04
* fixed timing bug -- DATE based log rotations would fail if the
minute changed during the run
* memory sizes now are self-scaling (141MiB rather than 144660KB)
* work around black border in sawfish when using lozenge mode
* Port to AIX
* Port to NetBSD
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.