aboutsummaryrefslogtreecommitdiffstats
path: root/mail/drac
Commit message (Collapse)AuthorAgeFilesLines
* - 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>