aboutsummaryrefslogtreecommitdiffstats
path: root/mail/drac/files
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few "bad example" problems in the rc.d scripts that have beendougb2009-07-161-1/+0
| | | | | | | | | | | | | | | | | | | | propogated by copy and paste. 1. Primarily the "empty variable" default assignment, which is mostly ${name}_flags="", but fix a few others as well. 2. Where they are not already documented, add the existence of the _flags (or other deleted empties) option to the comments, and in some cases add comments from scratch. 3. Replace things that look like: prefix=%%PREFIX%% command=${prefix}/sbin/foo to just use %%PREFIX%%. In many cases the $prefix variable is only used once, and in some cases it is not used at all. 4. In a few cases remove ${name}_flags from command_args 5. Remove a long-stale comment about putting the port's rc.d script in /etc/rc.d (which is no longer necessary). No PORTREVISION bumps because all of these changes are noops.
* - Cleanup compile warning (implicit exit(3); needs stdlib.h)koitsu2008-06-041-0/+10
| | | | | | - Fix plist errors when NOPORTDOCS is used Reported by: itetcu
* - Fixups for rc.subr dracd script (likely did not work withoutkoitsu2006-11-221-9/+12
| | | | | | | | | | | | some dracd_xxx variables already defined in rc.conf) - Add new FTP mirror, since mirrors for this are few - Remove pkg-message; that notice has been around long enough :) - Grammatical fixes/wording in pkg-descr - Take over as maintainer of this port PR: ports/105722 Reviewed by: philip Approved by: philip
* Add knob WITH_POSTFIX_DB41 to use with postfix/db41.kuriyama2006-03-271-3/+7
| | | | | This port shoud support more flavors of databases/db*, but I just only use db41 with postfix in my environment.
* Remove dracd_flags completely since it's used automatically.flz2006-03-231-1/+1
| | | | Noticed by: mnag
* Fix quote issue in the startup script.flz2006-03-231-1/+1
| | | | | Noticed by: Troy <troy@twisted.net> Fix by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-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.
* - Add dracd_flags to rc script, useful for changing the default dracdb path andpav2005-05-201-1/+2
| | | | | | | expire time. PR: ports/81222 Submitted by: Shane Wadleigh <jondoor@udor.net>
* No need to substitute variables in rc-script by handvs2005-04-221-0/+0
|
* Fix the way rc.d default values are initialized so that drac will startupmarcus2004-07-271-2/+1
| | | | | | with the new localpkg on -CURRENT. Submitted by: mtm
* o Minor text formatting changes when spitting out WITH_* tweaks;nork2004-05-041-29/+21
| | | | | | | | | | | | use spaces, not tabs. o rcNG-fy. + Rename rc.conf(5) variable "drac_flags" to "dracd_flags". + Display pkg-message after install, warning admins of the rc.conf(5) variable name change. o Bump PORTREVISION accordingly. PR: ports/66234 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com>
* o Update to 1.12[1].nork2003-03-262-19/+36
| | | | | | | | o Clean up rc script to rc.conf configuratable. Acording to the POLA, if you don't set it, this feature will have no effect (same behavior before now). Pointed out by: Mats Dufberg <dufberg@narnia.pp.se> [1]
* BerkeleyDB cleanup - stage 2ade2002-08-231-2/+2
| | | | | Update databases/db3 to 3.3.11, and fix the few ports that need sorting after the shlib version update, and a slight API change from 3.2.x->3.3.x
* Add support for Postfix DB3 maps.anders2002-01-031-3/+8
| | | | Requested by: jeremy@external.org
* Add dracd.sh startup scriptdwcjr2001-08-242-3/+26
| | | | | | | | Make the rpc.dracd daemon detach upon start Bump PORTREVISION PR: 29474 Submitted by: maintainer
* Use the latest patch from maintainer to make this work on -CURRENT.alex2001-05-092-12/+26
| | | | Submitted by: Anders Nordby <anders@fix.no> (maintainer)
* Add drac, a daemon to dynamically update a relay authorization map forjim2001-02-103-0/+92
Sendmail, Postfix, and other MTAs that support it. PR: 24134 Submitted by: Anders Nordby <anders@fix.no>