| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
- Fix shebangs properly
- Add NO_ARCH
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=472457
|
|
|
|
| |
Notes:
svn path=/head/; revision=380310
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371454
|
|
|
|
| |
Notes:
svn path=/head/; revision=346146
|
|
|
|
| |
Notes:
svn path=/head/; revision=340674
|
|
|
|
|
|
|
| |
sysutils)
Notes:
svn path=/head/; revision=327772
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=271305
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=237892
|
|
|
|
|
|
|
|
|
|
|
| |
$command_interpreter.
PR: 127444
Submitted by: Tyler Aviss <a-freebsd@phormix.com>
Patch by: stefan
Notes:
svn path=/head/; revision=227044
|
|
|
|
|
|
|
|
| |
PR: ports/107139
Submitted by: Jim Shewmaker (jims@bluenotch.com) (maintainer)
Notes:
svn path=/head/; revision=180634
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=174332
|
|
|
|
| |
Notes:
svn path=/head/; revision=162215
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154303
|
|
|
|
|
|
|
|
| |
PR: ports/75007
Submitted by: maintainer
Notes:
svn path=/head/; revision=123917
|
|
|
|
|
|
|
|
| |
PR: ports/65507
Submitted by: Jim Shewmaker <jims@bluenotch.com> (maintainer)
Notes:
svn path=/head/; revision=107379
|
|
|
|
| |
Notes:
svn path=/head/; revision=104535
|
|
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>
Notes:
svn path=/head/; revision=95749
|