summaryrefslogtreecommitdiff
path: root/security/drweb/files
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-01-04 07:13:24 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-01-04 07:13:24 +0000
commit4744b11c599a45dd868ffc552749e7642ccc5066 (patch)
treed4070162b6b2793edee4110f70a6210f0538d71c /security/drweb/files
parentAdd port mail/sylpheed-claws, a gtk mail client with additional features over (diff)
Upgrade to 4.27
Notes
Notes: svn path=/head/; revision=52556
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 ff0f45f52c25..1a2a0335098c 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 348148571581..000000000000
--- 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` ); }