summaryrefslogtreecommitdiffstats
path: root/security/drweb/files
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2002-01-04 07:13:24 +0000
committerache <ache@FreeBSD.org>2002-01-04 07:13:24 +0000
commitfaac52d8f36834e9d51fe09cb5da9d0036ea75bd (patch)
tree08f791cc795db3994c4cd7d51f2a30ecaa7805a8 /security/drweb/files
parent2fc535d0df6af6511a3d97e653d3f8d60c169668 (diff)
downloadFreeBSD-ports-faac52d8f36834e9d51fe09cb5da9d0036ea75bd.zip
FreeBSD-ports-faac52d8f36834e9d51fe09cb5da9d0036ea75bd.tar.gz
Upgrade to 4.27
Diffstat (limited to 'security/drweb/files')
-rw-r--r--security/drweb/files/ini-patch24
-rw-r--r--security/drweb/files/update-patch14
2 files changed, 17 insertions, 21 deletions
diff --git a/security/drweb/files/ini-patch b/security/drweb/files/ini-patch
index ff0f45f..1a2a033 100644
--- a/security/drweb/files/ini-patch
+++ b/security/drweb/files/ini-patch
@@ -1,5 +1,5 @@
---- drweb32.ini-tmpl.orig Mon Oct 15 19:26:56 2001
-+++ drweb32.ini-tmpl Mon Oct 15 19:30:53 2001
+--- drweb32.ini-tmpl.orig Fri Jan 4 09:31:39 2002
++++ drweb32.ini-tmpl Fri Jan 4 09:32:40 2002
@@ -5,7 +5,7 @@
[BSD]
@@ -9,26 +9,28 @@
RenameFilesTo = #??
FilesTypes = EXE,COM,SYS,OV?,BAT,BIN,DRV,PRG,BOO,SCR,CMD,VXD,386,DLL,FON,DO?
FilesTypes = XL?,WIZ,RTF,CL*,HT*,VB*,JS*,INF,AR?,ZIP,R??,PP?,OBJ,LIB,HLP,MD?
-@@ -37,7 +37,7 @@
+@@ -30,7 +30,7 @@
+ ScanSubDirectories = Yes
PromptOnAction = No
- PromptFloppy = No
LimitLog = No
-MaxLogSize = 512
+;MaxLogSize = 512
- OutputMode = Color
+ OutputMode = Terminal
FollowLinks = No
-@@ -48,21 +48,23 @@
- FilesTypes = INI,MBR,IMG,CSC,CPL,MBP,SHS,SHB,PIF
+@@ -38,22 +38,24 @@
+ Key = "__INSTALL_DIR__/drwebd.key"
LogTime = Yes
LogFileName = "syslog"
+PidFile = "__INSTALL_DIR__/run/drwebd.pid"
;BusyFile = "/var/run/drwebd.bsy"
-SocketMode = TCP
-;SocketMode = Unix
+-;SocketAccess 0666
+;SocketMode = TCP
+SocketMode = Unix
+SocketFile = "__INSTALL_DIR__/run/drwebd.sock"
++SocketAccess 0660
DaemonPort = 3000
SocketTimeout = 40
SocketReuseAddr = Yes
@@ -46,3 +48,11 @@
;UserID =
;GroupID =
ScanFiles = All
+@@ -63,5 +65,5 @@
+ SyslogPriority = "Alert"
+
+ FilterRule X-Mailer ".*Mass.*Sender.*" Reject
+-FilterRule To ".*undisclosed.*recipient.*" Reject
+-FilterRule Subject ".*free.*xxx.*" Reject
++;FilterRule To ".*undisclosed.*recipient.*" Reject
++;FilterRule Subject ".*free.*xxx.*" Reject
diff --git a/security/drweb/files/update-patch b/security/drweb/files/update-patch
deleted file mode 100644
index 3481485..0000000
--- a/security/drweb/files/update-patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- update.pl.bak Tue Jul 31 18:42:13 2001
-+++ update.pl Sat Aug 25 03:16:22 2001
-@@ -15,9 +15,9 @@
- use String::CRC32;
-
- my $version = '426';
--my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/linux/drweb32.lst';
-+#my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/linux/drweb32.lst';
- #my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/freebsd3/drweb32.lst';
--#my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/freebsd4/drweb32.lst';
-+my $url = $ARGV[1] || 'http://www.drweb.ru/ftp/update_free/freebsd4/drweb32.lst';
-
- my $fetch = ''; # autotest for fetch, wget
- unless ( $fetch ) { $fetch.=" -q -o" if chomp ( $fetch = `which fetch` ); }
OpenPOWER on IntegriCloud