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 | a2ad0ad108a770f19e2c4ae186304651a910ebd0 (patch) | |
tree | 76bfe6ea2aae5a35f694ff5b4dc11f264792b4df /package/snort | |
parent | 2fdd6b3e33f78388e10048547b637d9236992a8e (diff) | |
download | upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.gz upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.tar.bz2 upstream-a2ad0ad108a770f19e2c4ae186304651a910ebd0.zip |
remove Maintainer: and Source: from packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2210 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/snort')
-rw-r--r-- | package/snort/ipkg/snort-custom.control | 4 | ||||
-rw-r--r-- | package/snort/ipkg/snort-mysql.control | 4 | ||||
-rw-r--r-- | package/snort/ipkg/snort-pgsql.control | 4 | ||||
-rw-r--r-- | package/snort/ipkg/snort.control | 4 |
4 files changed, 0 insertions, 16 deletions
diff --git a/package/snort/ipkg/snort-custom.control b/package/snort/ipkg/snort-custom.control index 9c3f5a3277..b3a9f3c523 100644 --- a/package/snort/ipkg/snort-custom.control +++ b/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/package/snort/ipkg/snort-mysql.control b/package/snort/ipkg/snort-mysql.control index 46398e3249..d7390bf655 100644 --- a/package/snort/ipkg/snort-mysql.control +++ b/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/package/snort/ipkg/snort-pgsql.control b/package/snort/ipkg/snort-pgsql.control index c18c7ca324..fa7bbbc862 100644 --- a/package/snort/ipkg/snort-pgsql.control +++ b/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/package/snort/ipkg/snort.control b/package/snort/ipkg/snort.control index 32a6cb0b80..23ed58724a 100644 --- a/package/snort/ipkg/snort.control +++ b/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 |