summaryrefslogtreecommitdiff
path: root/openwrt/package/ulogd/ipkg
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 21:33:09 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-15 21:33:09 +0000
commitf57a147ad85b7efc787714b93fc50eaf06067d64 (patch)
treea448061055c37adc5175df26de714e89a689c352 /openwrt/package/ulogd/ipkg
parent1e6617a93fcb0a411301a9e950263258cad22d41 (diff)
Add ulogd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@914 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ulogd/ipkg')
-rw-r--r--openwrt/package/ulogd/ipkg/ulogd-mysql-plugin.control9
-rw-r--r--openwrt/package/ulogd/ipkg/ulogd-pgsql-plugin.control9
-rw-r--r--openwrt/package/ulogd/ipkg/ulogd.conffiles2
-rw-r--r--openwrt/package/ulogd/ipkg/ulogd.control8
4 files changed, 28 insertions, 0 deletions
diff --git a/openwrt/package/ulogd/ipkg/ulogd-mysql-plugin.control b/openwrt/package/ulogd/ipkg/ulogd-mysql-plugin.control
new file mode 100644
index 0000000000..2ad48f3c43
--- /dev/null
+++ b/openwrt/package/ulogd/ipkg/ulogd-mysql-plugin.control
@@ -0,0 +1,9 @@
+Package: ulogd-mysql-plugin
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/ulogd/
+Description: Netfilter userspace logging daemon (MySQL plugin)
+Depends: libmysqlclient, ulogd
diff --git a/openwrt/package/ulogd/ipkg/ulogd-pgsql-plugin.control b/openwrt/package/ulogd/ipkg/ulogd-pgsql-plugin.control
new file mode 100644
index 0000000000..8d296d2bc9
--- /dev/null
+++ b/openwrt/package/ulogd/ipkg/ulogd-pgsql-plugin.control
@@ -0,0 +1,9 @@
+Package: ulogd-pgsql-plugin
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/ulogd/
+Description: Netfilter userspace logging daemon (PostgreSQL plugin)
+Depends: libpq, ulogd
diff --git a/openwrt/package/ulogd/ipkg/ulogd.conffiles b/openwrt/package/ulogd/ipkg/ulogd.conffiles
new file mode 100644
index 0000000000..4d41604a91
--- /dev/null
+++ b/openwrt/package/ulogd/ipkg/ulogd.conffiles
@@ -0,0 +1,2 @@
+/etc/default/ulogd
+/etc/ulogd.conf
diff --git a/openwrt/package/ulogd/ipkg/ulogd.control b/openwrt/package/ulogd/ipkg/ulogd.control
new file mode 100644
index 0000000000..032a973a04
--- /dev/null
+++ b/openwrt/package/ulogd/ipkg/ulogd.control
@@ -0,0 +1,8 @@
+Package: ulogd
+Priority: optional
+Section: net
+Version: [TBDL]
+Architecture: [TBDL]
+Maintainer: Nico <nthill@free.fr>
+Source: http://nthill.free.fr/openwrt/sources/ulogd/
+Description: Netfilter userspace logging daemon