diff options
author | manu <manu@pkgsrc.org> | 2003-09-22 14:33:35 +0000 |
---|---|---|
committer | manu <manu@pkgsrc.org> | 2003-09-22 14:33:35 +0000 |
commit | 1dbd4541766633e542b4630b5762283cf75d5d15 (patch) | |
tree | 8cec2f71eb759deb95ce21d9bf18be72ff168b71 /mail/jchkmail/patches | |
parent | 78690687851ab148aab5f937123a6243f3414aeb (diff) | |
download | pkgsrc-1dbd4541766633e542b4630b5762283cf75d5d15.tar.gz |
Behavior-based virus and spam milter for Sendmail
Diffstat (limited to 'mail/jchkmail/patches')
-rw-r--r-- | mail/jchkmail/patches/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/jchkmail/patches/patch-aa b/mail/jchkmail/patches/patch-aa new file mode 100644 index 00000000000..5b8a01fb045 --- /dev/null +++ b/mail/jchkmail/patches/patch-aa @@ -0,0 +1,27 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/09/22 14:33:35 manu Exp $ +--- bin/jchkmail.init.in.orig Tue Mar 11 11:38:43 2003 ++++ bin/jchkmail.init.in Mon Sep 22 14:49:05 2003 +@@ -1,20 +1,9 @@ + #!/bin/sh + # +-# chkconfig: 2345 80 30 +-# description: j-chkmail - Joe's j-chkmail +-# filtre de messagerie +- +-### BEGIN INIT INFO +-# Provides: j-chkmail +-# Required-Start: $remote_fs +-# Required-Stop: +-# X-UnitedLinux-Should-Start: +-# X-UnitedLinux-Should-Stop: +-# Default-Start: 3 5 +-# Default-Stop: +-# Description: Start j-chmail (filtre mail) +-### END INIT INFO ++# PROVIDES: jchkmail ++# BEFORE: mail ++# REQUIRE: LOGIN + + JCHKMAIL_HOME=@prefix@/sbin + + JCHKMAIL_BIN=j-chkmail |