diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-17 10:15:43 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2003-11-17 10:15:43 +0000 |
commit | d4a3fdc5e9c40bd7f78b7f88e8ef2494daa0c63a (patch) | |
tree | b4dcfd530645f8af2929b3d4123b070a171afbfb | |
parent | 8b437c819ac8a17237bc38a7f3492ca857d75f91 (diff) |
Notes
-rw-r--r-- | security/antivir-milter/Makefile | 10 | ||||
-rw-r--r-- | security/antivir-milter/pkg-message | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/antivir-milter/Makefile b/security/antivir-milter/Makefile index 57797c2d51bc..34351f3a295c 100644 --- a/security/antivir-milter/Makefile +++ b/security/antivir-milter/Makefile @@ -6,7 +6,7 @@ PORTNAME= antivir-milter PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security mail MASTER_SITES= ftp://ftp.antivir.de/freebsd/ DISTNAME= avfbmlt @@ -50,16 +50,16 @@ post-patch: do-install: @${INSTALL} -d -o daemon -g daemon -m 755 ${PREFIX}/AntiVir - @${INSTALL} -o daemon -g daemon -m 555 ${WRKSRC}/bin/antivir \ + @${INSTALL} -o daemon -g daemon -m 755 ${WRKSRC}/bin/antivir \ ${PREFIX}/AntiVir/antivir-dist .if !exists(${PREFIX}/AntiVir/antivir) - @${INSTALL} -o daemon -g daemon -m 555 ${WRKSRC}/bin/antivir \ + @${INSTALL} -o daemon -g daemon -m 755 ${WRKSRC}/bin/antivir \ ${PREFIX}/AntiVir .endif - @${INSTALL} -o daemon -g daemon -m 444 ${WRKSRC}/vdf/antivir.vdf \ + @${INSTALL} -o daemon -g daemon -m 644 ${WRKSRC}/vdf/antivir.vdf \ ${PREFIX}/AntiVir/antivir.vdf-dist .if !exists(${PREFIX}/AntiVir/antivir.vdf) - @${INSTALL} -o daemon -g daemon -m 444 ${WRKSRC}/vdf/antivir.vdf \ + @${INSTALL} -o daemon -g daemon -m 644 ${WRKSRC}/vdf/antivir.vdf \ ${PREFIX}/AntiVir .endif @${INSTALL_SCRIPT} ${WRKSRC}/script/avq ${PREFIX}/bin diff --git a/security/antivir-milter/pkg-message b/security/antivir-milter/pkg-message index 49d986ef8a3f..00ae9ba7391c 100644 --- a/security/antivir-milter/pkg-message +++ b/security/antivir-milter/pkg-message @@ -10,8 +10,8 @@ INPUT_MAIL_FILTER( Don't forget to rebuild sendmail.cf and to restart Sendmail afterwards. -For automated updates of the virus definition file add the following -line to your /etc/crontab: +For automated updates of the anti-virus engine and the virus definition +file add the following line to your /etc/crontab: 25 0 * * * root %%PREFIX%%/sbin/antivirupdater -q For full functionality of AntiVir Milter you need to obtain a license |