diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-15 21:33:09 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-15 21:33:09 +0000 |
commit | f57a147ad85b7efc787714b93fc50eaf06067d64 (patch) | |
tree | a448061055c37adc5175df26de714e89a689c352 /openwrt/package/ulogd/ipkg | |
parent | 1e6617a93fcb0a411301a9e950263258cad22d41 (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.control | 9 | ||||
-rw-r--r-- | openwrt/package/ulogd/ipkg/ulogd-pgsql-plugin.control | 9 | ||||
-rw-r--r-- | openwrt/package/ulogd/ipkg/ulogd.conffiles | 2 | ||||
-rw-r--r-- | openwrt/package/ulogd/ipkg/ulogd.control | 8 |
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 000000000..2ad48f3c4 --- /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 000000000..8d296d2bc --- /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 000000000..4d41604a9 --- /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 000000000..032a973a0 --- /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 |