mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-05-05 14:15:05 -04:00
fix bb#644 (Contrib files have wrong shebang line)
git-svn: trunk@3197
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Fri Aug 31 21:08:22 CEST 2007 (tk)
|
||||
----------------------------------
|
||||
* contrib: fix bb#644 (Contrib files have wrong shebang line)
|
||||
Thanks to Steve Gran <steve*lobefin.net>
|
||||
|
||||
Fri Aug 31 21:02:46 CEST 2007 (tk)
|
||||
----------------------------------
|
||||
* libclamav: various cleanups; fix bb#577 (move cli_* out of clamav.h)
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python
|
||||
def strlen(a,b):
|
||||
if len(a)<len(b):
|
||||
return -1;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Phishing detection automated testing & tools.
|
||||
# Copyright (C) 2006 Torok Edvin <edwintorok@gmail.com>
|
||||
@@ -17,7 +18,6 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
# MA 02110-1301, USA.
|
||||
#
|
||||
#!/bin/sh
|
||||
IANA_TLD="http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
|
||||
IANA_CCTLD="http://www.iana.org/cctld/cctld-whois.htm";
|
||||
TMP=`tempfile`
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Phishing detection automated testing & tools.
|
||||
# Copyright (C) 2006 Torok Edvin <edwintorok@gmail.com>
|
||||
@@ -17,7 +18,6 @@
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
||||
# MA 02110-1301, USA.
|
||||
#
|
||||
#!/bin/sh
|
||||
IANA_TLD="http://data.iana.org/TLD/tlds-alpha-by-domain.txt"
|
||||
TMP=`tempfile`
|
||||
OUTFILE=iana_tld.h
|
||||
|
||||
Reference in New Issue
Block a user