diff options
author | ache <ache@FreeBSD.org> | 2002-05-13 15:02:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-05-13 15:02:49 +0000 |
commit | 3c0bcd9d7e7b83d429354922528c7d55bb8906ba (patch) | |
tree | fb32edd36445cc44e144e65ee31eb7d4c3fbd272 | |
parent | f4c4253f0ff7a2df183c7e382ee998339381f7f5 (diff) | |
download | FreeBSD-ports-3c0bcd9d7e7b83d429354922528c7d55bb8906ba.zip FreeBSD-ports-3c0bcd9d7e7b83d429354922528c7d55bb8906ba.tar.gz |
Upgrade. Version number not changes on official website.
-rw-r--r-- | security/drweb/Makefile | 1 | ||||
-rw-r--r-- | security/drweb/files/patch-aa | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/drweb/Makefile b/security/drweb/Makefile index 663b5d1..0649bb7 100644 --- a/security/drweb/Makefile +++ b/security/drweb/Makefile @@ -7,6 +7,7 @@ PORTNAME= drweb PORTVERSION= 4.28 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://drweb.spb.ru/download/unix/ DISTFILES= ${MAIN_NAME}.tgz diff --git a/security/drweb/files/patch-aa b/security/drweb/files/patch-aa index 3ce5021..c40169b 100644 --- a/security/drweb/files/patch-aa +++ b/security/drweb/files/patch-aa @@ -1,5 +1,5 @@ ---- etc/drweb/drweb32.ini.orig Wed May 8 03:46:34 2002 -+++ etc/drweb/drweb32.ini Fri May 10 10:23:48 2002 +--- etc/drweb/drweb32.ini.orig Sat May 11 16:44:26 2002 ++++ etc/drweb/drweb32.ini Mon May 13 18:46:14 2002 @@ -1,11 +1,11 @@ [BSD] -EnginePath = "/opt/drweb/lib/drweb32.dll" @@ -40,7 +40,7 @@ +MoveFilesTo = "%INSTALL%/infected" +;LngFileName = "%INSTALL%/lib/russian.dwl" --Key = "/opt/drweb/drweb32.key" +-Key = "/opt/drweb/drwebd.key" +Key = "%INSTALL%/drwebd.key" LogTime = Yes LogFileName = "syslog" @@ -59,8 +59,9 @@ DaemonPort = 3000 SocketTimeout = 40 SocketReuseAddr = Yes - FileTimeout = 5 +-FileTimeout = 5 -OutputMode = Terminal ++FileTimeout = 10 +OutputMode = Quiet LimitLog = No -MaxLogSize = 512 |