summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2006-06-20USE_TOOLS+=yaccminskim1-1/+3
2006-06-20Needs msgfmt.joerg1-2/+2
2006-06-20Add DragonFly support. Replace the static FILE magic with a differentjoerg4-7/+122
(messy) magic, which doesn't relay on sizeof(FILE), but on two integer variables having separate addresses and pointer casts not changing this fact.
2006-06-20Add DragonFly support.joerg4-11/+45
XXX When does *stat64 finally die and everyone just uses The Right Way?
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV to allow unprivileged builds.rillig2-3/+8
Bumped PKGREVISION.
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV, which fixes unprivileged builds.rillig2-2/+8
Bumped PKGREVISION.
2006-06-18Added BINOWN and BINGRP to MAKE_ENV, which fixes unprivileged builds.rillig1-2/+4
Bumped PKGREVISION.
2006-06-18USE_LANGUAGES= c++rillig1-1/+2
2006-06-18Added {BIN,MAN}{OWN,GRP} to MAKE_ENV, which fixes unprivileged builds.rillig1-2/+4
Bumped PKGREVISION.
2006-06-17Add munin-doc and munin-server.wiz1-1/+3
2006-06-15Pluralize INSTALL_TEMPLATE and DEINSTALL_TEMPLATE variable names as perjlam2-5/+5
the pkglint warning: As {INSTALL,DEINSTALL}_TEMPLATE is modified using "+=", its name should indicate plural. This does make the variables a bit more suggestive of the fact that they hold lists of values.
2006-06-15Split out deinstall portions of INSTALL scripts into DEINSTALL scripts.jlam3-7/+11
This avoids the need for a confusing line of the form: DEINSTALL_TEMPLATE+= path/to/INSTALL in the package Makefile, and actually removes the need to specify it altogether since by convention, the existence of the DEINSTALL script is enough to add it to DEINSTALL_TEMPLATE.
2006-06-15Needs msgfmt.joerg1-1/+2
2006-06-15Drop maintainership, I don't use them any longer.wiz1-2/+2
2006-06-14Needs msgfmt.joerg1-2/+2
2006-06-14base revision has changed, reset PKGREVISIONdrochner1-2/+1
2006-06-14Changes 2.14.0:adam3-10/+9
* Increased version number for GNOME 2.14
2006-06-13Update the Bacula packages to 1.38.10.ghen4-12/+12
Here are the major highlights for 1.38.10: ============= Warning for version 1.38.8 and greater: - The Windows FD no longer automatically folds the case in wild-card comparions. To get the same behavior as before, you must explicitly use "Ignore Case = yes" in your FileSet. - Backslashes are no longer permitted in File directives (typical error for Windows users), unless the string is enclosed in double quotes, in which case, the backslashes must be doubled. Major Changes for 1.38.10: - This is a primarily a bug fix release, with the following bugs being resolved #570, 609, 611, 613, 614, 617 as well as other bugs not reported in the bugs database. See below for details. - The bconsole "reload" command should now work properly in virtually all situations thanks to the efforts of a number of people (Eric, Christopher, and myself). - There is an untested fix to eliminate the scheduling problems (either no job run or the same job run twice) during sudden clock shifts (daylight savings time change). - The manual has been released under the GNU Free Documentation License (FDL). The major difference is that this removes the prior restriction on commercial reproduction of the manual. - Fixed a race condition (thanks to Christopher) on dual processor machines that caused jobs to block when starting with the SD. =========== Please read the ReleaseNotes for more details.
2006-06-13Rework how device locking/ejecting is done. Bump PKGREVISION.markd7-188/+79
2006-06-13Needs msgfmt.joerg1-2/+2
2006-06-12UVM stats don't make much sense on !NetBSD, so mark it asjoerg1-1/+3
ONLY_FOR_PLATFORM. Discussed with wiz@.
2006-06-12Add DragonFly support.joerg3-1/+38
2006-06-11Update to 6.1:wiz6-43/+39
This is essentially minor bug-fix release, which most notably works around "unable to anonymously mmap" failure at startup and fixes typo in -speed interpretation code. Besides bug-fixes this version attempts to obtain exclusive lock on block device under Linux. This opens possibility for safe deployment of automounting/autoplaying facility under Linux 2.6. Keep in mind that it takes two to dance tango, automounters/autoplayers has to play along as well.
2006-06-11Add 915resolution.markd1-1/+2
2006-06-11Initial import of 915resolution version 0.5.2markd6-0/+158
915resolution is a tool to modify the video BIOS of the 800 and 900 series Intel graphics chipsets. This includes the 845G, 855G, and 865G chipsets, as well as 915G, 915GM, and 945G chipsets. This modification is neccessary to allow the display of certain graphics resolutions for an Xorg or XFree86 graphics server. 915resolution's modifications of the BIOS are transient. There is no risk of permanent modification of the BIOS. This also means that 915resolution must be run every time the computer boots in order for it's changes to take effect. 915resolution is derived from the tool 855resolution. However, the code differs substantially. 915resolution's code base is much simpler. 915resolution also allows the modification of bits per pixel.
2006-06-11Needs pkg-config.joerg1-1/+3
2006-06-09USE_TOOLS+=lexminskim1-1/+2
2006-06-09Uh, trim trailing whitespace.he1-5/+5
2006-06-09Show suggested entries for newsyslog.conf.he2-2/+14
Package contents the same, so no revision bump.
2006-06-09Add a message hinting with a sample newsyslog.conf entry.he2-2/+11
Package contents the same, so revision not bumped.
2006-06-09Needs msgfmt.joerg1-1/+2
2006-06-08Uses C++.joerg1-1/+2
2006-06-08Uses C++.joerg1-1/+2
2006-06-08We can now depend on the munin-doc package, where the man pageshe1-2/+2
shared by munin-server and munin-node can be found.
2006-06-08Import a package for the server end of the Munin monitoring system.he9-0/+369
This version has a patch so that it works properly with RRDtool of version 1.2 or newer.
2006-06-08Import a package to install the documentation to munin-node and thehe6-0/+173
soon-to-be-committed munin-server package.
2006-06-08Remove installation of the documentation from this package, to behe4-49/+45
provided by the soon-to-be-committed munin-doc package. Other minor changes: o Remove comented-out bits from package Makefile o Re-ordered variables reported by NetBSD's cpu plugin script o Use shorter legend text in NetBSD's interrupts plugin script Bumped package revision.
2006-06-08Needs libintl. Bump revision.joerg1-2/+3
2006-06-08Kill local strdup completely and also remove the malloc and callocjoerg2-28/+25
definitions. ANSI C is portable enough for us.
2006-06-08Fix errno.joerg9-1/+111
2006-06-08Fix errno. Uses C++ and msgfmt.joerg3-2/+18
2006-06-07Depend on _SC_PAGESIZE alone for DragonFly, _SC_PAGE_SIZE doesn't exist.joerg2-1/+19
2006-06-06Regen patch-ad with pkgdiff.minskim2-7/+8
2006-06-06Skip the interpreter check for webmin-gentoo-init, which is used on Gentoominskim1-1/+3
Linux only.
2006-06-06dbus{,-glib} need msgfmt; add it to USE_TOOLS.minskim1-2/+2
2006-06-06Fixed pkglint warnings.rillig1-3/+2
2006-06-05don't include nfs statistics in the iostats; pointed by Veegochristos2-7/+8
2006-06-05Make this compile again.christos2-1/+77
2006-06-04We don't export struct lockf anymore, thus we cannot print lock info.christos2-1/+43
2006-06-04Add munin-node.he1-1/+2