aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql-relay/files
Commit message (Collapse)AuthorAgeFilesLines
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - USE_RC_SUBR != yesPhilip M. Gollucci2009-07-171-3/+2
| | | | | | | | | | | (rename .sh -> .in) PR: ports/136839 Approved by: maintainer Submitted by: myself (pgollucci@) Notes: svn path=/head/; revision=237997
* Use SUB_FILESEdwin Groothuis2006-04-011-1/+1
| | | | Notes: svn path=/head/; revision=158535
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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
* Uograde to version 1.3.1, with rc.subr support.Edwin Groothuis2004-12-131-0/+32
Notes: svn path=/head/; revision=123886