diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-03 02:13:42 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-10-03 02:13:42 +0000 |
commit | d9343dd28dbcfc78c7d18b91db768ccbd7df9159 (patch) | |
tree | 63cbb14328b8f5728d9d38c26383726a45af8f84 /security/drweb/files | |
parent | - update to 1.0.22 (diff) |
Upgrade to 4.26
Notes
Notes:
svn path=/head/; revision=48364
Diffstat (limited to 'security/drweb/files')
-rw-r--r-- | security/drweb/files/drwebd.sh | 1 | ||||
-rw-r--r-- | security/drweb/files/update-patch | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/security/drweb/files/drwebd.sh b/security/drweb/files/drwebd.sh index d73704cfd44c..ed9be3b62f77 100644 --- a/security/drweb/files/drwebd.sh +++ b/security/drweb/files/drwebd.sh @@ -9,7 +9,6 @@ start) if [ -x $drwebd ]; then echo -n ' drwebd' $drwebd - /bin/chmod 660 /var/run/drwebd fi ;; stop) diff --git a/security/drweb/files/update-patch b/security/drweb/files/update-patch index f920850378ef..348148571581 100644 --- a/security/drweb/files/update-patch +++ b/security/drweb/files/update-patch @@ -3,7 +3,7 @@ @@ -15,9 +15,9 @@ use String::CRC32; - my $version = '425'; + 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'; |