CVS log for ports/security/amavisd-new/files/amavisd.sh.in
Up to [FreeBSD] / ports / security / amavisd-new / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jan 14 08:56:45 2012 UTC (4 weeks ago) by dougb
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
In the rc.d scripts, change assignments to rcvar to use the
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.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 11 17:42:37 2010 UTC (19 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_7_4_0, RELEASE_6_EOL
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- Remove BDB version requirement. This doesn't fix the problem because amavisd-new uses BDB through databases/p5-BerkeleyDB and if that port is already present on the system when we install amavisd-new, this knob won't guarantee that we get the proper version. The underlying port should be changed to use a more modern version of BDB, so instead of adding quirks here, a PR has been submitted for that port (ports/148494). [1] [2] - Proper handling of the WITH_RAR case [3] - Remove -M option from mdmfs when using ramdisk. This reportedly stop crashes. [4] - Bump PORTREVISION PR: ports/147794 [1], ports/147856 [2] Submitted by: delphij [1], Joe Horn <joehorn@gmail.com> [2], Scot Hetzel <swhetzel@gmail.com> [3], Andy Dills <andy@xecu.net> (via private mail) [4]
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 27 00:14:39 2010 UTC (22 months, 2 weeks ago) by dougb
Branches: MAIN
CVS tags: RELEASE_8_1_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Begin the process of deprecating sysutils/rc_subr by s#. %%RC_SUBR%%#. /etc/rc.subr#
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Apr 5 17:49:19 2009 UTC (2 years, 10 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_8_0_0, RELEASE_7_3_0, RELEASE_7_2_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
- Do not hardcode pidfile in the rc.d script [1] - Depend on p5-Mail-DKIM >= 0.33 [2] - Patch clamscan timeout bug [2] - REQUIRE: mysql postgresql in rc.d script [2] - Bump PORTREVISION - pkg-message nits PR: ports/132575 [1], ports/133073 [2] Submitted by: Helmut Schneider <jumper99@gmx.de> [1], Michael Scheidell <scheidell@secnap.net> [2]
Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Feb 24 15:36:43 2009 UTC (2 years, 11 months ago) by gabor
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +8 -1 lines
- Fix config file path - Fix reload target in the rc script - Bump PORTREVISION Reported by: Florian Smeets <flo@kasimir.com>, Arjo Hooimeijer <arjo.hooimeijer@xs4all.nl>, Michael Scheidell <scheidell@secnap.net>
Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Feb 23 11:53:09 2009 UTC (2 years, 11 months ago) by gabor
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +6 -1 lines
- Fix SQL logging problem [1] - Remove old dependency [1] - Add a warning when memdisk is used, because it is unsafe [2] - Fix on Perl 5.8.9 [3] - Bump PORTREVISION PR: ports/130835 [1], ports/131633 [2] Submitted by: Michael Scheidell <scheidell@secnap.net> [1][2]
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Sep 22 09:30:48 2008 UTC (3 years, 4 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
- Fix modes of the temp directory [1] - Fix a bug in SMTP handling [2] - Bump PORTREVISION PR: ports/127216 [1] Submitted by: Juan J Lopez <jlopez@evsis.com.ar> [1], Matt Emmerton <matt@gsicomp.on.ca> [2] (via private mail) Approved by: portmgr (erwin)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 9 11:13:44 2007 UTC (4 years, 8 months ago) by gabor
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0, RELEASE_5_EOL
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -1 lines
- Update to 2.5.1 - Dependency changes - Require the fixed versions of zoo/unzoo, which are not vulnerable - Add ramdisk support PR: ports/113396 Submitted by: Michael Scheidell <scheidell@secnap.net> Reviewed by: Mark Martinec <Mark.Martinec@ijs.si> (author)
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 20 20:47:36 2006 UTC (5 years, 11 months ago) by dougb
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_6_1_0, RELEASE_5_5_0, RELEASE_4_EOL, PRE_XORG_7
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears. 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.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Aug 29 04:41:23 2005 UTC (6 years, 5 months ago) by lesi
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -2 lines
Update amavisd-new to 2.3.3. [1] Start amavisd as root so that it works both with and without chroot. [2] PR: ports/85241 [1], ports/83988 [2] Submitted by: Blaz Zupan (maintainer)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Wed Jul 6 08:47:09 2005 UTC (6 years, 7 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_6_0_0
- Update to 2.3.2. - Use USE_RC_SUBR / USE_RCORDER for amavis.sh. - Use SUB_FILES / SUB_LIST for pkg-* files. - Add new MILTER option. - Probably some other fixes I've forgot. PR: ports/82423 Reported by: Petr Rehor <prehor@gmail.com> Submitted by: maintainer
