Age | Commit message (Collapse) | Author | Files | Lines |
|
the owner of all installed files is a non-root user. This change
affects most packages that require special users or groups by making
them use the specified unprivileged user and group instead.
(1) Add two new variables PKG_GROUPS_VARS and PKG_USERS_VARS to
unprivileged.mk. These two variables are lists of other bmake
variables that define package-specific users and groups. Packages
that have user-settable variables for users and groups, e.g. apache
and APACHE_{USER,GROUP}, courier-mta and COURIER_{USER,GROUP},
etc., should list these variables in PKG_USERS_VARS and PKG_GROUPS_VARS
so that unprivileged.mk can know to set them to ${UNPRIVILEGED_USER}
and ${UNPRIVILEGED_GROUP}.
(2) Modify packages to use PKG_GROUPS_VARS and PKG_USERS_VARS.
|
|
process running at a certain PID is actually the process we wish to
stop. Just unconditionally send SIGTERM to the PID instead, like a
security/amavisd-new doing, fixed PR 35334.
|
|
|
|
with fixes from the stable branch.
Changes since previous version:
This release implements proper TLS support, as well as all the
bugfixes from the 1.2 stable series.
pkgsrc changes:
* Fixed many pkglint warnings.
* Install munin.conf and munin-node.conf as ${INSTALL_DATA} not
${INSTALL_SCRIPT}, I couldn't see any reason why those were
installed as scripts.
* Added VARBASE into BUILD_DEFS, as suggested by pkglint.
|
|
|
|
|
|
Use REPLACE_PERL on all plugins
Adjust sensors_ to work with NetBSD 3
Bump PKGREVISION
|
|
install perl scripts. Bump the PKGREVISION for the dependency change.
|
|
out by NetBSD's rc.d scripts. Also make STATEDIR overridable.
Bump revision to 2.
|
|
Package contents the same, so revision not bumped.
|
|
shared by munin-server and munin-node can be found.
|
|
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.
|
|
tool -- project homepage is at http://munin.sourceforge.net/
This package has added support for NetBSD, via a number of new plugin
scripts where specific steps needs to be taken to collect information.
I also modified the ntp_ plugin script to make it possible to not
plot the NTP poll delay, leaving just jitter and offset, which IMO
produces a more telling graph.
|