Commit graph

38 commits

Author SHA1 Message Date
he
3687166c6c Add an entropy monitoring script for NetBSD. This script needs to run
as root, so you need a ${SYSCONFDIR}/munin/plugin-conf.d/entropy file
with

[entropy]
   user root

as contents to get any values.  And... at the same time, I notice that
the postfix_mailqueue script also needs a postfix plugin-conf.d file with

[postfix_mailqueue]
  user postfix

as contents to get any values.

Bump PKGREVISION.
2013-07-25 11:41:25 +00:00
jperkin
16bdf421be Bump PKGREVISION of all packages which create users, to pick up change of
sysutils/user_* packages.
2013-07-12 10:44:52 +00:00
wiz
047a7f787e Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
joerg
cd68d98793 munich group must exist for install to work. 2013-03-03 01:10:15 +00:00
wiz
3184463075 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
jym
757fa00f48 Kill USERGROUP_PHASE=pre-install as this hardcodes the UID/GID in the
+INSTALL script. This causes problems when you build the package on one
machine but install it on another not necessarily with the same
accounts configured.

XXX any real use for USERGROUP_PHASE=pre-install? IIUC pkg_install
installs USERGROUP during pre-install-script target by default, making it
explicit seems to cause more problems than it solves...
2012-06-05 09:30:19 +00:00
obache
34a560cbb0 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
shattered
5d74cfb726 Update home page URL. 2012-03-08 10:26:08 +00:00
shattered
9da9e0ef4b - don't MAKE dirs that we OWN
- use values of STATEDIR and MUNIN_RUN in OWN_DIRS/OWN_DIRS_PERMS
2011-10-23 11:39:04 +00:00
wiz
5b452fc01c Add a line describing which part of munin is in this package.
Requested by Snader_LB.
2011-09-15 12:33:49 +00:00
abs
8f7029befe Fix a "/usr/bin/env python" usage, bump pkgrevision 2011-04-30 19:10:12 +00:00
abs
af8ccde7bb fix PLIST on linux, bump PKGREVISION 2010-12-11 12:09:23 +00:00
abs
1fb7441a46 fix PLIST on Linux - bump pkgrevision 2010-12-03 22:22:18 +00:00
shattered
b4a558490d Add plugin to monitor swap usage. 2010-11-26 19:16:02 +00:00
shattered
fd1cf5deb5 Also ignore null and union filesystems, bump revision. 2010-10-27 18:23:13 +00:00
abs
c821b6c1bd Adjust DESTDIR support so it no longer leaves installed files full of destdir references - bump pkgrevision 2010-07-17 11:47:57 +00:00
abs
a9537c7d0f Fix PLIST under at least Linux, no change intended for other platforms.
Tested under Linux & NetBSD
2010-07-16 22:04:11 +00:00
joerg
d75f34da12 gecos field is quoted, so no need for manual quoting 2010-07-11 18:17:27 +00:00
joerg
4cf6f0c6f0 DESTDIR support. Fix usage of PKG_USERS. 2010-07-11 18:15:47 +00:00
joerg
429e956b3f Bump revision for PYTHON_VERSION_DEFAULT change. 2010-02-10 19:17:31 +00:00
tonnerre
9816dc12d2 Solaris has a different set of plugins, adapt plist. 2009-08-30 08:19:43 +00:00
joerg
93323948e4 Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 21:28:46 +00:00
joerg
4bfd4a2628 Remove @dirrm entries from PLISTs 2009-06-14 18:13:25 +00:00
joerg
7f5c3dd790 Fix bash script to require only sh. Bump revision. 2009-02-17 18:58:34 +00:00
he
c2c18a008e Convert from using an input-less awk job (how did that ever work?)
to using shell arithmetic, which should be more light-weight and should
not pose a danger of hanging.
2008-10-15 13:13:09 +00:00
jlam
4390d56940 Make it easier to build and install packages "unprivileged", where
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.
2007-07-04 20:54:31 +00:00
obache
c6ecbb533b Net::Server breaks rc.subr's techniques for detecting whether the
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.
2006-12-29 06:37:03 +00:00
xtraeme
eeb3d527f4 Don't create /Munin/plugins, sigh. 2006-12-05 15:07:34 +00:00
xtraeme
272e6e990f Update munin packages to 1.3.2, latest development release
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.
2006-12-05 14:53:32 +00:00
wiz
c14a0f7e79 Fix "test ==". 2006-11-19 10:02:09 +00:00
wiz
823b039fe5 Add missing @dirrm. 2006-11-19 10:02:05 +00:00
abs
b99437cd9c Use PKG_SYSCONFSUBDIR so PKG_SYSCONFBASE can be set
Use REPLACE_PERL on all plugins
Adjust sensors_ to work with NetBSD 3
Bump PKGREVISION
2006-07-21 23:28:37 +00:00
jlam
b7ebfd264d Add an explicit run-time dependency on perl because these packages
install perl scripts.  Bump the PKGREVISION for the dependency change.
2006-07-07 22:10:06 +00:00
he
4cc1f10068 Make sure /var/run/munin gets created on restart; /var/run is cleaned
out by NetBSD's rc.d scripts.  Also make STATEDIR overridable.
Bump revision to 2.
2006-06-27 13:05:49 +00:00
he
8ef8e7cdb0 Add a message hinting with a sample newsyslog.conf entry.
Package contents the same, so revision not bumped.
2006-06-09 13:22:44 +00:00
he
0867e45951 We can now depend on the munin-doc package, where the man pages
shared by munin-server and munin-node can be found.
2006-06-08 19:19:05 +00:00
he
7b30d32b99 Remove installation of the documentation from this package, to be
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-08 18:59:25 +00:00
he
93964f9c93 Import the client version of the Munin system monitoring/graphing
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.
2006-06-04 20:53:56 +00:00