| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
05 Aug 2012 23:19:40
3.12_1
|
dougb  |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
14 Jan 2012 08:57:23
3.12_1
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
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. |
19 Mar 2011 12:38:54
3.12_1
|
miwi  |
- Get Rid MD5 support |
27 Mar 2010 00:15:24
3.12_1
|
dougb  |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
15 Jul 2009 16:56:10
3.12_1
|
dougb  |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
28 Jan 2009 11:58:14
3.12_1
|
stefan  |
Fix stopping the daemon via rc script by properly setting $pidfile and
$command_interpreter.
PR: 127444
Submitted by: Tyler Aviss <a-freebsd@phormix.com>
Patch by: stefan |
23 Dec 2006 23:07:16
3.12
|
miwi  |
- Update WWW
PR: ports/107139
Submitted by: Jim Shewmaker (jims@bluenotch.com) (maintainer) |
02 Oct 2006 19:35:43
3.12
|
bsam  |
- fix startup for rc.subr; [1]
- update to 3.12; [1]
- remove etc/rc.d/nagiosstatd from pkg-plist as USE_RC_SUBR deals itself
with those files;
- remove etc/rc.d/nagios-statd.sh.sample from pkg-plist (forgotten by
the submitter).
PR: 103913 [1]
Submitted by: Jim Shewmaker <jims at bluenotch.com> (maintainer) [1] |
13 May 2006 04:15:53
3.11
|
edwin  |
Remove USE_REINPLACE from all categories starting with S |
24 Jan 2006 01:06:45
3.11
|
edwin  |
SHA256ify
Approved by: krion@ |
13 Dec 2004 10:39:40
3.11
|
krion  |
Update to 3.11
PR: ports/75007
Submitted by: maintainer |
17 Apr 2004 22:15:42
3.10
|
pav  |
- Update to 3.10
PR: ports/65507
Submitted by: Jim Shewmaker <jims@bluenotch.com> (maintainer) |
18 Mar 2004 20:59:15
3.09
|
trevor  |
Add size data, approved by maintainers. |
13 Dec 2003 21:53:50
3.09
|
sergei  |
Add nagios-statd 3.09, daemon/client to check remote host information.
Nagios-statd is an addon to the Nagios (formerly netsaint) program.
It is a Python daemon and scripts that plug-in to Nagios
and allow you to check remote host information
(such as load, users, filesystems, etc.)
Released under the BSD license.
Author: Nick Reinking
WWW: http://www.twoevils.org/html/files.php
PR: 59029
Submitted by: Jim Shewmaker <jim@bluenotch.com> |