| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
svn path=/head/; revision=319254
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/170835
Submitted by: Mykhaylo Yehorov <yehorov@gmail.com>
Approved by: maintainer
Feature safe: yes
Notes:
svn path=/head/; revision=306683
|
|
|
|
|
|
|
|
|
| |
PR: ports/166444
Submitted by: Jim Riggs <ports@christianserving.org> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=293902
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/163037
Submitted by: Filip Valder <filip@valder.cz>
Approved by: maintainer timeout (3+ weeks)
Notes:
svn path=/head/; revision=288490
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps
Notes:
svn path=/head/; revision=274133
|
|
|
|
| |
Notes:
svn path=/head/; revision=271346
|
|
|
|
|
|
|
|
|
|
| |
- Add `-p pidfile' option to support multiple profiles
PR: ports/149727
Submitted by: Jim Riggs <ports AT christianserving.org> (maintainer)
Notes:
svn path=/head/; revision=259708
|
|
|
|
|
|
|
|
| |
PR: ports/148638
Submitted by: Jim Riggs <ports@christianserving.org>
Notes:
svn path=/head/; revision=257824
|
|
|
|
|
|
|
|
| |
PR: ports/148242
Submitted by: Jim Riggs <ports@christianserving.org>
Notes:
svn path=/head/; revision=257730
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
| |
Approved by: wxs (mentor)
Notes:
svn path=/head/; revision=231170
|
|
|
|
| |
Notes:
svn path=/head/; revision=225305
|
|
|
|
|
|
|
|
| |
PR: ports/113686
Submitted by: Steven Kreuzer (maintainer)
Notes:
svn path=/head/; revision=193740
|
|
|
|
|
|
|
|
| |
PR: ports/113686
Submitted by: Steven Kreuzer (confirmed from the old email on private)
Notes:
svn path=/head/; revision=193739
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Integrate patch that fixes behaviour with multiple check criteria. [2]
PR: 111129 [1], [2]
Submitted by: maintainer [1]
Artemiev Igor <ai@bmc.brk.ru> [2]
Approved by: maintainer
Notes:
svn path=/head/; revision=189951
|
|
|
|
|
|
|
|
| |
PR: 107713
Submitted by: Steven Kreuzer<skreuzer@f2o.org>
Notes:
svn path=/head/; revision=181897
|
|
|
|
|
|
|
|
|
|
| |
- Style: USE_RC_SUBR, SUB_FILES
This port needs a new caretaker. With the old maintainer dissapeared the
only download location.
Notes:
svn path=/head/; revision=174745
|
|
|
|
| |
Notes:
svn path=/head/; revision=162141
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Approved by: krion@
Notes:
svn path=/head/; revision=154193
|
|
|
|
|
|
|
|
| |
PR: ports/80667
Submitted by: Matthew George <mdg@secureworks.net> (maintainer)
Notes:
svn path=/head/; revision=134714
|
|
|
|
| |
Notes:
svn path=/head/; revision=122053
|
|
modified to use kqueue/kevent and sysctl.
The ifstated daemon runs commands in response to network state changes,
which it determines by monitoring interface link state or running exter-
nal tests. For example, it can be used with carp(4) to change running
services or to ensure that carp(4) interfaces stay in sync, or with pf(4)
to test server or link availability and modify translation or routing
rules.
PR: ports/74096
Submitted by: Matthew George <mdg@secureworks.net>
Notes:
svn path=/head/; revision=122052
|