diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 17:21:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-10-21 17:21:28 +0000 |
commit | 40750d956a5333a1a1472482066609775ed013d7 (patch) | |
tree | 8b86894f9a110bcac1f8a47405a9e7b33578df07 /openwrt/package/snort | |
parent | 6a0c6639bec28210a2e277561849e30055433aa8 (diff) | |
download | mtk-20170518-40750d956a5333a1a1472482066609775ed013d7.zip mtk-20170518-40750d956a5333a1a1472482066609775ed013d7.tar.gz mtk-20170518-40750d956a5333a1a1472482066609775ed013d7.tar.bz2 |
remove Maintainer: and Source: from packages
SVN-Revision: 2210
Diffstat (limited to 'openwrt/package/snort')
-rw-r--r-- | openwrt/package/snort/ipkg/snort-custom.control | 4 | ||||
-rw-r--r-- | openwrt/package/snort/ipkg/snort-mysql.control | 4 | ||||
-rw-r--r-- | openwrt/package/snort/ipkg/snort-pgsql.control | 4 | ||||
-rw-r--r-- | openwrt/package/snort/ipkg/snort.control | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/openwrt/package/snort/ipkg/snort-custom.control b/openwrt/package/snort/ipkg/snort-custom.control index 9c3f5a3..b3a9f3c 100644 --- a/openwrt/package/snort/ipkg/snort-custom.control +++ b/openwrt/package/snort/ipkg/snort-custom.control @@ -1,10 +1,6 @@ Package: snort-custom Priority: optional Section: net -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built with custom options Depends: libnet, libpcap, libpcre diff --git a/openwrt/package/snort/ipkg/snort-mysql.control b/openwrt/package/snort/ipkg/snort-mysql.control index 46398e3..d7390bf 100644 --- a/openwrt/package/snort/ipkg/snort-mysql.control +++ b/openwrt/package/snort/ipkg/snort-mysql.control @@ -1,10 +1,6 @@ Package: snort-mysql Priority: optional Section: net -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built with MySQL database logging support Depends: libnet, libpcap, libpcre, libmysqlclient diff --git a/openwrt/package/snort/ipkg/snort-pgsql.control b/openwrt/package/snort/ipkg/snort-pgsql.control index c18c7ca..fa7bbbc 100644 --- a/openwrt/package/snort/ipkg/snort-pgsql.control +++ b/openwrt/package/snort/ipkg/snort-pgsql.control @@ -1,10 +1,6 @@ Package: snort-pgsql Priority: optional Section: net -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built with PostgreSQL database logging support Depends: libnet, libpcap, libpcre, libpq diff --git a/openwrt/package/snort/ipkg/snort.control b/openwrt/package/snort/ipkg/snort.control index 32a6cb0..23ed587 100644 --- a/openwrt/package/snort/ipkg/snort.control +++ b/openwrt/package/snort/ipkg/snort.control @@ -1,10 +1,6 @@ Package: snort Priority: optional Section: net -Version: [TBDL] -Architecture: [TBDL] -Maintainer: Nico <nthill@free.fr> -Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/snort/ Description: a flexible Network Intrusion Detection System (NIDS), built without database logging support Depends: libnet, libpcap, libpcre |