diff options
author | netchild <netchild@FreeBSD.org> | 2003-11-17 18:15:43 +0800 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-11-17 18:15:43 +0800 |
commit | e3c164a57d8f66a35d5893a7fde6f7817757fb38 (patch) | |
tree | fd720c0da4456309b9246f878fd6dcb34063d4a4 /security | |
parent | b38128b2cf8166a76640ea22412fb239c62aba0a (diff) | |
download | freebsd-ports-gnome-e3c164a57d8f66a35d5893a7fde6f7817757fb38.tar.gz freebsd-ports-gnome-e3c164a57d8f66a35d5893a7fde6f7817757fb38.tar.zst freebsd-ports-gnome-e3c164a57d8f66a35d5893a7fde6f7817757fb38.zip |
- Install the virus definition file and the actual virus scanner with the
write bit turned on as both get updated when using the automated updates
facility. The auto-update mechanism doesn't seem to have a problem if
the write bit is disabled but it's not quite correct.
- Mention in pkg-message that that the virus scanner (referenced as
"anti-virus engine" by H+BEDV) also gets updated when using the automated
updates facility.
Diffstat (limited to 'security')
-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 |