diff options
Diffstat (limited to 'package/pmacct/ipkg')
-rw-r--r-- | package/pmacct/ipkg/nfacctd-custom.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd-mysql.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd-pgsql.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd-sqlite.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd.conffiles | 1 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/nfacctd.postinst | 4 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacct-client.control | 5 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-custom.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-mysql.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-pgsql.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd-sqlite.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd.conffiles | 1 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd.control | 6 | ||||
-rw-r--r-- | package/pmacct/ipkg/pmacctd.postinst | 4 |
15 files changed, 0 insertions, 75 deletions
diff --git a/package/pmacct/ipkg/nfacctd-custom.control b/package/pmacct/ipkg/nfacctd-custom.control deleted file mode 100644 index 096be7e04..000000000 --- a/package/pmacct/ipkg/nfacctd-custom.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: nfacctd-custom -Priority: optional -Section: net -Description: a NetFlow accounting daemon, - built with custom options -Depends: libpcap diff --git a/package/pmacct/ipkg/nfacctd-mysql.control b/package/pmacct/ipkg/nfacctd-mysql.control deleted file mode 100644 index e030db8fc..000000000 --- a/package/pmacct/ipkg/nfacctd-mysql.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: nfacctd-mysql -Priority: optional -Section: net -Description: a NetFlow accounting daemon, - built with MySQL database support -Depends: libmysqlclient, libpcap diff --git a/package/pmacct/ipkg/nfacctd-pgsql.control b/package/pmacct/ipkg/nfacctd-pgsql.control deleted file mode 100644 index 8500ff342..000000000 --- a/package/pmacct/ipkg/nfacctd-pgsql.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: nfacctd-pgsql -Priority: optional -Section: net -Description: a NetFlow accounting daemon, - built with PostgreSQL database support -Depends: libpq, libpcap diff --git a/package/pmacct/ipkg/nfacctd-sqlite.control b/package/pmacct/ipkg/nfacctd-sqlite.control deleted file mode 100644 index add839416..000000000 --- a/package/pmacct/ipkg/nfacctd-sqlite.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: nfacctd-sqlite -Priority: optional -Section: net -Description: a NetFlow accounting daemon, - built with SQLite database support -Depends: libsqlite, libpcap diff --git a/package/pmacct/ipkg/nfacctd.conffiles b/package/pmacct/ipkg/nfacctd.conffiles deleted file mode 100644 index 88dba6572..000000000 --- a/package/pmacct/ipkg/nfacctd.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/nfacctd.conf diff --git a/package/pmacct/ipkg/nfacctd.control b/package/pmacct/ipkg/nfacctd.control deleted file mode 100644 index e5afbf68d..000000000 --- a/package/pmacct/ipkg/nfacctd.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: nfacctd -Priority: optional -Section: net -Description: a NetFlow accounting daemon, - built without database support -Depends: libpcap diff --git a/package/pmacct/ipkg/nfacctd.postinst b/package/pmacct/ipkg/nfacctd.postinst deleted file mode 100644 index 0b382cf0f..000000000 --- a/package/pmacct/ipkg/nfacctd.postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. $IPKG_INSTROOT/etc/functions.sh -add_rcconf nfacctd nfacctd NO -add_rcconf nfacctd_flags nfacctd_flags "-f /etc/nfacctd.conf" diff --git a/package/pmacct/ipkg/pmacct-client.control b/package/pmacct/ipkg/pmacct-client.control deleted file mode 100644 index c943e731e..000000000 --- a/package/pmacct/ipkg/pmacct-client.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: pmacct-client -Priority: optional -Section: net -Description: a command-line client for pmacctd or nfacctd, - used to retrieve data from an active memory plugin diff --git a/package/pmacct/ipkg/pmacctd-custom.control b/package/pmacct/ipkg/pmacctd-custom.control deleted file mode 100644 index 0278df142..000000000 --- a/package/pmacct/ipkg/pmacctd-custom.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: pmacctd-custom -Priority: optional -Section: net -Description: an IP accounting daemon, - built with custom options -Depends: libpcap diff --git a/package/pmacct/ipkg/pmacctd-mysql.control b/package/pmacct/ipkg/pmacctd-mysql.control deleted file mode 100644 index 2ea345fcb..000000000 --- a/package/pmacct/ipkg/pmacctd-mysql.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: pmacctd-mysql -Priority: optional -Section: net -Description: an IP accounting daemon, - built with MySQL database support -Depends: libmysqlclient, libpcap diff --git a/package/pmacct/ipkg/pmacctd-pgsql.control b/package/pmacct/ipkg/pmacctd-pgsql.control deleted file mode 100644 index 7018c7350..000000000 --- a/package/pmacct/ipkg/pmacctd-pgsql.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: pmacctd-pgsql -Priority: optional -Section: net -Description: an IP accounting daemon, - built with PostgreSQL database support -Depends: libpq, libpcap diff --git a/package/pmacct/ipkg/pmacctd-sqlite.control b/package/pmacct/ipkg/pmacctd-sqlite.control deleted file mode 100644 index ad8f7c96f..000000000 --- a/package/pmacct/ipkg/pmacctd-sqlite.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: pmacctd-sqlite -Priority: optional -Section: net -Description: an IP accounting daemon, - built with SQLite database support -Depends: libsqlite, libpcap diff --git a/package/pmacct/ipkg/pmacctd.conffiles b/package/pmacct/ipkg/pmacctd.conffiles deleted file mode 100644 index ce1303ff9..000000000 --- a/package/pmacct/ipkg/pmacctd.conffiles +++ /dev/null @@ -1 +0,0 @@ -/etc/pmacctd.conf diff --git a/package/pmacct/ipkg/pmacctd.control b/package/pmacct/ipkg/pmacctd.control deleted file mode 100644 index 5d2cc7c4e..000000000 --- a/package/pmacct/ipkg/pmacctd.control +++ /dev/null @@ -1,6 +0,0 @@ -Package: pmacctd -Priority: optional -Section: net -Description: an IP accounting daemon, - built without database support -Depends: libpcap diff --git a/package/pmacct/ipkg/pmacctd.postinst b/package/pmacct/ipkg/pmacctd.postinst deleted file mode 100644 index 49cde0f8e..000000000 --- a/package/pmacct/ipkg/pmacctd.postinst +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. $IPKG_INSTROOT/etc/functions.sh -add_rcconf pmacctd pmacctd NO -add_rcconf pmacctd_flags pmacctd_flags "-f /etc/pmacctd.conf" |