| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
- Trim header
Reviewed by: beat, bapt, kwm
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues
|
| |
|
|
|
|
|
|
|
|
| |
message
- add a new rc script which is installed via USE_RC_SUBR
PR: ports/143102
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
|
| |
|
|
|
|
|
| |
PR: ports/125192
Submitted by: Seth Mos <seth.mos@xs4all.nl>
|
| |
|
|
|
|
| |
Approved by: krion@
|
|
|
|
|
| |
PR: ports/84018
Submitted by: Louis Mamakos <louie@transsys.com>
|
|
|
|
| |
o add %%DOCSDIR%% macro to please portlint
|
|
|
|
| |
Approved by: mich
|
|
|
|
| |
Submitted by: trevor
|
|
|
|
| |
Approved by: roberto (mentor)
|
|
|
|
|
| |
Noticed by: kris (bento)
Approved by: roberto (mentor)
|
|
|
|
|
| |
Submitted by: rob@debank.tv
Approved by: roberto (mentor)
|
|
|
|
| |
Approved by: roberto(mentor)
|
|
|
|
|
| |
PR: 50339
Submitted by: MAINTAINER
|
| |
|
|
|
|
|
| |
PR: 46396
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> (maintainer)
|
|
|
|
|
| |
PR: 44048
Submitted by: maintainer
|
|
|
|
|
| |
PR: 43384
Submitted by: maintainer
|
|
|
|
|
| |
PR: ports/40783
Submitted by: maintainer
|
|
devices by simple ICMP echo requests. Unlike most Perl or shell
script tools, it does not spawn processes or use much CPU time,
and is ideal for when one wants continuous monitoring and fast
response upon target failure. It is written in C and supports both
IPv4 and IPv6.
PR: ports/40688
Submitted by: Michael L. Hostbaek (mich@freebsdcluster.org)
|