aboutsummaryrefslogtreecommitdiffstats
path: root/mail/drac
Commit message (Collapse)AuthorAgeFilesLines
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* 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.
* Maintainer moved to ports@FreeBSD.org.koitsu2008-11-201-1/+1
|
* - Cleanup compile warning (implicit exit(3); needs stdlib.h)koitsu2008-06-042-1/+13
| | | | | | - Fix plist errors when NOPORTDOCS is used Reported by: itetcu
* Accidental removal of bsd.port.pre.mk include. Restoring...koitsu2008-06-041-0/+2
|
* Cleanup for 5.x.koitsu2008-06-041-3/+0
|
* - Fixups for rc.subr dracd script (likely did not work withoutkoitsu2006-11-224-29/+25
| | | | | | | | | | | | 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
* Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0
|
* Add knob WITH_POSTFIX_DB41 to use with postfix/db41.kuriyama2006-03-272-3/+11
| | | | | 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-232-2/+2
| | | | Noticed by: mnag
* Fix quote issue in the startup script.flz2006-03-232-2/+2
| | | | | 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 SHA256pav2005-11-251-0/+2
|
* - Add dracd_flags to rc script, useful for changing the default dracdb path andpav2005-05-202-2/+3
| | | | | | | expire time. PR: ports/81222 Submitted by: Shane Wadleigh <jondoor@udor.net>
* No need to substitute variables in rc-script by handvs2005-04-223-8/+1
|
* - Install sample configuration filepav2004-11-022-1/+3
| | | | | PR: ports/73370 Submitted by: Fumihiko Kimura <jfkimura@yahoo.co.jp>
* Fix the way rc.d default values are initialized so that drac will startupmarcus2004-07-272-3/+2
| | | | | | with the new localpkg on -CURRENT. Submitted by: mtm
* o rcNG-fy.nork2004-05-041-0/+5
| | | | | | | | | | + Display pkg-message after install, warning admins of the rc.conf(5) variable name change. PR: ports/66234 Submitted by: Jeremy Chadwick <freebsd@jdc.parodius.com> Pointed out by: ume Pointy hat to: myself
* o Minor text formatting changes when spitting out WITH_* tweaks;nork2004-05-042-35/+35
| | | | | | | | | | | | 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>
* Tidy up whitespace.trevor2004-04-111-1/+1
|
* - ECHO -> ECHO_MSGedwin2003-09-271-11/+11
| | | | | | | | | for some ports: - ECHO -> ECHO_CMD - pre-fetch -> pre-everything PR: ports/56800-56819 Submitted by: KATO Tsuguru <tkato@prontomail.com>
* o Update to 1.12[1].nork2003-03-265-27/+42
| | | | | | | | 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]
* De-pkg-comment.knu2003-02-212-1/+1
|
* Resign maintainership from a few ports I don't care for anymore.anders2002-12-161-1/+1
|
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* BerkeleyDB cleanup - stage 2ade2002-08-232-4/+4
| | | | | 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
* [1] Fix pre-everything target specifier.will2002-03-171-5/+6
| | | | | | [2] Cosmetic fix: no lines longer than 80 characters (8-char tab). Submitted by: [1] Dan Langille <dan@langille.org>
* Master site updates: www.freenix.no => atreides.freenix.no for theseanders2002-03-151-1/+1
| | | | files.
* Correct MAINTAINER e-mail address for ports I maintain.anders2002-03-141-1/+1
|
* Correct typo.anders2002-01-031-2/+1
| | | | Submitted by: Jan Demter <jan@demter.de>
* Add support for Postfix DB3 maps.anders2002-01-032-6/+21
| | | | Requested by: jeremy@external.org
* Add dracd.sh startup scriptdwcjr2001-08-244-5/+36
| | | | | | | | 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-093-16/+29
| | | | Submitted by: Anders Nordby <anders@fix.no> (maintainer)
* Add -b option to rpcgen calls to make this work on -CURRENT.alex2001-05-092-1/+9
| | | | | | | Add Name of Maintainer to pkg-descr. PR: 26545 Submitted by: Anders Nordby <anders@fix.no>
* Add drac, a daemon to dynamically update a relay authorization map forjim2001-02-108-0/+148
Sendmail, Postfix, and other MTAs that support it. PR: 24134 Submitted by: Anders Nordby <anders@fix.no>