notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/varnish/files/varnishd.in
SVNWeb

Number of commits found: 11

Sat, 14 Jan 2012
[ 08:57 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 951 ports in this commit are shown above. View all ports for this commit)
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.
Sun, 15 May 2011
[ 02:49 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 102 ports in this commit are shown above. View all ports for this commit)
Remove painful examples of foo="", with particular prejudice against
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
Wed, 5 May 2010
[ 22:29 des search for other commits by this committer ] Original commit 
Add an rcvar for the hash algorithm

PR:             ports/146319
Sat, 27 Mar 2010
[ 00:15 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 798 ports in this commit are shown above. View all ports for this commit)
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Tue, 13 Oct 2009
[ 18:51 des search for other commits by this committer ] Original commit 
Reorganize the rc scripts; there were several things about the old ones
that simply didn't make sense.  Add a pkg-message containing a very brief
quick-start guide and a warning to existing users about the rc changes.
Tue, 18 Nov 2008
[ 14:22 des search for other commits by this committer ] Original commit 
Varnish has its own mechanism for dropping privs, and will not work if
started with su as rc.subr wants.  If we unset varnishd_{user,group}
before calling run_rc_command, rc.subr won't see them, but we can still
use them to specify which user and group Varnish should use.
Mon, 3 Nov 2008
[ 11:34 des search for other commits by this committer ] Original commit 
Revert the addition of varnishd_user and varnishd_group.  They are magic
to rc.subr.  While we're here, s/Id/FreeBSD/ in all three rc scripts.
Mon, 20 Oct 2008
[ 09:12 des search for other commits by this committer ] Original commit 
Run varnishd as www:www
Sat, 9 Jun 2007
[ 20:35 des search for other commits by this committer ] Original commit 
Fix the rc scripts so it is actually possible to override the defaults.
Fri, 25 May 2007
[ 07:56 des search for other commits by this committer ] Original commit 
Upgrade to 1.0.4.
Wed, 22 Nov 2006
[ 13:33 des search for other commits by this committer ] Original commit 
Add startup script.

PR:             ports/105743
Submitted by:   Sten Spans <sten@blinkenlights.nl>

Number of commits found: 11