subpackage, same version. It makes very little sense to only install a
plugin.. bump corresponding REVISIONs.
With tweaks from sthen@, agreed by espie@
Rsyslog is an enhanced multi-threaded syslogd with a focus on
security and reliability. Among others, it offers support for
on-demand disk buffering, reliable syslog over TCP, SSL, TLS and
RELP, writing to databases (MySQL, PostgreSQL, Oracle, and many
more), email alerting, fully configurable output formats (including
high-precision timestamps), the ability to filter on any part of
the syslog message, on-the-wire message compression, and the ability
to convert text files to syslog. It is a drop-in replacement for
stock syslogd and able to work with the same configuration file
syntax. Its advanced features make it suitable for enterprise-class,
encryption protected syslog relay chains while at the same time
being very easy to setup for the novice user.
initial port from todd@, improved by sthen@ and me
librelp is an implementation of RELP, Reliable Event Logging Protocol.
RELP assures that no message is lost, not even when connections break
and a peer becomes unavailable.
The current version of RELP has a minimal window of opportunity for
message duplication after a session has been broken due to network
problems. In this case, a few messages may be duplicated (a problem
that also exists with plain tcp syslog). Future versions of RELP
will address this shortcoming.
feedback from stuart and steven m.
- install a better sample config file, which mimics OpenBSD's syslogd
and no longer spits all kinds of warnings just because we are using
syslog-ng >= 3
this allows to start syslog-ng without extra arguments and have something
basically working.
requested by jcs@
let me know if you find issues with the new config file.
Fixes the weird install issues with the bat binary
New features can be found here:
http://www.bacula.org/5.0.x-manuals/en/main/main/New_Features_in_5_0_0.html
Thanks to sthen for help with the new wantlib/lib_depends stuff,
removing the sqlite flavor, ...
Thanks to giovanni for pointing out a ${TRUEPREFIX} -> /usr/local that
crept into one of my patch files.
ok sthen@
Add sample policies adapted from Fedora. These are not installed by
default, you can install them manually or use them as starting point for
writing new policies.
*** While basic functionnality works, this is NOT hooked up yet as more
things are coming and there is still a glib2/pthread bug preventing a
console to be detected as active.
PolicyKit is an application-level toolkit for defining and handling the
policy that allows unprivileged processes to speak to privileged
processes. It is a framework for centralizing the decision making
process with respect to granting access to privileged operations for
unprivileged applications. PolicyKit is specifically targeting
applications in rich desktop environments on multi-user UNIX-like
operating systems. It does not imply or rely on any exotic kernel
features.
bsd_auth(3) support is based on the Slackware Linux shadow
authentication port.
Several patches from FreeBSD and NetBSD.
*While basic functionnality works, this is NOT hooked up yet as more
things are coming*
collectd gathers statistics about the system it is running on and stores
this information. Those statistics can then be used to find current
performance bottlenecks (i.e. performance analysis) and predict future
system load (i.e. capacity planning). Or if you just want pretty graphs
of your private server and are fed up with some homegrown solution
you're at the right place, too ;).
Reworked by bernd@ to use MULTI_PACKAGES instead of FLAVORS, thanks!
With feedback from Nico Szalay.
ok bernd@
snapdl helps you finding mirrors with snapshots of -current synced with
the main mirror http://ftp.OpenBSD.org, and download the sets from the
fastest one.
We already have sysutils/apc-upsd which hasn't been maintained upstream
in >10 years, which I intend to rm unless there are objections.
From maintainer Kirill Bychkov with various input from myself.
Apcupsd can be used for power mangement and controlling most of APC's
UPS models. Apcupsd works with most of APC's Smart-UPS models as well as
most simple signalling models such a Back-UPS, and BackUPS-Office.
During a power failure, apcupsd will inform the users about the power
failure and that a shutdown may occur. If power is not restored, a
system shutdown will follow when the battery is exhausted, a timeout
(seconds) expires, or runtime expires based on internal APC calculations
determined by power consumption rates.
Back In Time is a simple backup tool for Linux inspired from the flyback
project and TimeVault. The backup is done by taking snapshots of a
specified set of directories.
ok jasper@
long ago. ok jasper@
shmux is program for executing the same command on many hosts in
parallel. For each target, a child process is spawned by shmux, and a
shell on the target obtained one of the supported methods: rsh, ssh, or
sh. The output produced by the children is received by shmux and either
(optionally) output in turn to the user using an easy to read format, or
written to files for later processing making it well suited for use in
scripts.
xjobs reads job descriptions line by line and executes them in parallel.
xjobs is most useful on multiprocessor machines when one needs to
execute several time consuming commands that could possibly be run in
parallel. It works similar to xargs, but starts several processes
simultaneously and gives only one line of arguments to each utility
call.
from rene maroufi, with minor tweaks by me
thanks to the Hungarian team for fixing mono ;-)
lat stands for LDAP Administration Tool. The tool allows you to browse
LDAP-based directories and add/edit/delete entries contained within. It
can store profiles for quick access to different servers.
<...>
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
section so the libraries weren't accessible by a normal user. These libs
were split off from the individual binaries in the last major update of
bacula (between openbsd 4.6 and 4.7) meaning that users not in group
_bacula would be unable to use the admin applications.
ok jasper@ merdely@
* base the default maxconn on available filehandles.
* change the error message to better indicate that it's an error
not a warning.
ok jasper@
while there, remove an out-of-date comment in MESSAGE-main.
toprump is a modified version of the top command included with OpenBSD.
Added features include an ASCII CPU utilisation graph; the ability to
highlight (make bold) a users' processes; and an inverse username
filter. Plus other modifications.
xstatbar is a simple system monitor that shows various stats in an X
window that's immovable and not part of your tab-order. It was built to
go with tiling window managers like scrotwm and xmonad where you can
configure a small region of the screen as "off-limits" for windows.
This should satisfy some whiners on misc@, but please be aware that
the use of this program may actually hurt satisfaction, especially
if your udildo(4) wasn't attached when you created your super small
and fast and broken kernel config.
Remove jasper@ as MAINTAINER at his request.
ok jasper@
Adjust WANTLIB and bump.
Unfortunately, this thing imeediately segfaults on amd64,
so does the previous version (from package snapshots).
Could anyone check wether xps works anywhere at all?
Disable the kqueue(2) backend for now (by setting max_open_files to the
minimum) as there are some weird corner cases where it doesn't work and
hangs gam_server. I'm still on that but for the time beeing we want this
to work in every situations.
Gamin is a file and directory monitoring system defined to be a subset
of the FAM (File Alteration Monitor) system.
The main goals of the project are:
* minimize the security model of FAM
* simplify the code base
* provide an API and ABI compatible replacement for FAM
* try to fix some other issues like resource consumption
works for bernd@
ok landry@ jasper@
RESPONSIBILITY LAYS WITH THE USER. IF YOU BRICK YOUR BOX YOU OWN IT. DO NOT
BLAME ANYONE BUT YOURSELF. WHEN IN DOUBT DON'T USE IT. REALLY DON'T USE IT.
with a bios image, this permits flashing bios on Dell systems on OpenBSD.
ok sthen@, proded by marco@
GNU ddrescue is a data recovery tool. It copies data from one file
or block device (hard disc, cdrom, etc) to another, trying hard to
rescue data in case of read errors.
to look at without instantly having your retina burnt away.
if you had hopes of ever seeing this work, you may want to have a look at conky
"ugly hack for very ugly sources" as commit message in 2002 says it all...
agreed by landry@ sthen@
things) do not run out of the box without the confelements.
We will merge confelements into the main gstreamer-plugins-good
package so that everything works out of the box.