summaryrefslogtreecommitdiff
path: root/sysutils/munin-node/files/munin-node.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Fix starting and stopping munin-asyncd. [1]Mathieu Arnold2017-08-031-4/+7
| | | | | | | | | | | | | | | | | 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
* Stop checking for get_pidfile_from_conf function in rc.subr.Chris Rees2013-05-311-8/+4
| | | | | | | | | | | | | | 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
* - prevent warnings about command_interpreter after r317610 (shebangfixFlorian Smeets2013-05-101-1/+1
| | | | | | | | | conversion) - add missing dependency to make cidr_allow/cidr_deny work in munin-node.conf Notes: svn path=/head/; revision=317820
* - update to 2.0.11.1Florian Smeets2013-02-161-7/+21
| | | | | | | | | - a couple of rc script fixes [1] Submitted by: crees [1] Notes: svn path=/head/; revision=312351
* - update to 2.0.9Florian Smeets2012-12-061-0/+1
| | | | | | | | | | | | - 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
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+0
| | | | | | | | | | 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
* - Update tp 1.2.0Sergey Matveychuk2005-03-041-0/+28
- 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