aboutsummaryrefslogtreecommitdiff
path: root/databases/slony1/files/slon.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-101/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* 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
* Remove painful examples of foo="", with particular prejudice againstDoug Barton2011-05-151-1/+0
| | | | | | | | | | | | | | | | | | 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
* Run slon with daemon(8) to properly detach from the console.Jimmy Olgeni2009-03-221-72/+66
| | | | | | | | | | | Set default log levels to 0. Remove debug code from startup script. PR: ports/132849 Approved by: maintainer Notes: svn path=/head/; revision=230659
* upgrade databases/slony1 to latestEdwin Groothuis2007-09-081-16/+94
| | | | | | | | | | upgrade databases/slony1 to latest released version. PR: ports/115925 Submitted by: Vivek Khera <vivek@khera.org> Notes: svn path=/head/; revision=199103
* 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
* - Fix build on systems without PerlPav Lucistnik2005-07-081-1/+1
| | | | | | | | | | - Fix rc script, it failed to background the daemon process PR: ports/83067 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=138708
* Update to 1.1.0Sam Lawrance2005-06-241-0/+30
PR: ports/82589 Submitted by: Vivek Khera <vivek@khera.org> (maintainer) Notes: svn path=/head/; revision=137974