Commit graph

6 commits

Author SHA1 Message Date
Steve Wills
4d3dff801d - Use USERS instead of pkg-install script ot create users
- Move creation of var directories to plist
2012-06-03 00:57:59 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Steve Wills
4ce569184b - Update port to release version of 2.7.3
- Fix issue with deprecated command use in puppetmaster rc script
- Fix issue with puppetmaster startup bug triggered by "factdest" being
  defined in dist config.

PR:		ports/159801
Submitted by:	Russell Jackson <raj@csub.edu> (maintainer)
2011-08-15 22:04:33 +00:00
Doug Barton
29813d5397 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
2011-05-15 02:49:17 +00:00
Philip M. Gollucci
0c3ec81ccc - Update to 2.6.1rc4
PR:             ports/150545
Submitted by:   Russell Jackson <raj@csub.edu> (maintainer)
2010-09-14 02:23:56 +00:00
Li-Wen Hsu
43e71a5c00 - Update to 2.6.1rc1
PR:		ports/149213
Submitted by:	Russell Jackson <raj AT csub.edu> (maintainer)
2010-08-04 17:06:24 +00:00