| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Turns out creating a start_cmd function is not enough, you have to add a
variable, start_cmd and point it to the start_cmd function.
As for stopping it, it should work out of the box, but for the fact that
munin-asyncd uses setproctitle or something, and it confuses the hell
out of rc.subr.
While there, pet rclint.
PR: 221000 [1] (based on)
Submitted by: marcel herrbischoff com
Sponsored by: Absolight
Notes:
svn path=/head/; revision=447210
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It is present in all supported versions of FreeBSD, and has had poor takeup.
I strongly suspect the strange-looking checks are partially to blame for
scaring maintainers off.
Go forth and please use it!
PR: ports/178269
Approved by: maintainers of all ports involved
Notes:
svn path=/head/; revision=319487
|
|
|
|
|
|
|
|
|
| |
conversion)
- add missing dependency to make cidr_allow/cidr_deny work in
munin-node.conf
Notes:
svn path=/head/; revision=317820
|
|
|
|
|
|
|
|
|
| |
- a couple of rc script fixes [1]
Submitted by: crees [1]
Notes:
svn path=/head/; revision=312351
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use correct pidfile for munin-sched rc script [1]
- munin-cgi-graph requires FCGI [2]
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr> [1]
Sergey V. Dyatko <sergey.dyatko@gmail.com> [2]
Feature safe: yes
Notes:
svn path=/head/; revision=308385
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes:
svn path=/head/; revision=156534
|
|
- Upgrade FreeBSD4 support to rcNG
- Use INSTALL_SCRIPT to install the start-stop script
- Correct rcNG version of pkg-message, adding PREFIX
- Use SUB_FILES and SUB_LIST
- Add log rotation support
PR: ports/77721
Submitted by: maintainer
Notes:
svn path=/head/; revision=130368
|