Standardize package Config.in, change prompt to package name + short description...
authorNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:57:07 +0000 (16:57 +0000)
committerNicolas Thill <nico@openwrt.org>
Thu, 19 May 2005 16:57:07 +0000 (16:57 +0000)
SVN-Revision: 957

openwrt/package/ulogd/Config.in
openwrt/package/ulogd/ipkg/ulogd-mod-mysql.control [new file with mode: 0644]
openwrt/package/ulogd/ipkg/ulogd-mod-pgsql.control [new file with mode: 0644]
openwrt/package/ulogd/ipkg/ulogd-mysql-plugin.control [deleted file]
openwrt/package/ulogd/ipkg/ulogd-pgsql-plugin.control [deleted file]

index b6ef1954543b23458b5ddaa01604ebb07f3867e2..da0a347bd847dc017ee3314e21e2ddd45e82c951 100644 (file)
@@ -1,20 +1,22 @@
 config BR2_PACKAGE_ULOGD
-       tristate "ulogd - netfilter userspace logging daemon"
+       tristate "ulogd - Netfilter userspace logging daemon"
        default m if CONFIG_DEVEL
+       select BR2_PACKAGE_IPTABLES
        help
          The netfilter userspace logging daemon
          
          http://gnumonks.org/projects/ulogd
          
-config BR2_PACKAGE_ULOGD_MYSQL_PLUGIN
-       depends BR2_PACKAGE_ULOGD
-       tristate "ulogd-mysql-plugin - an output plugin for logging into a MySQL database"
+
+config BR2_PACKAGE_ULOGD_MOD_MYSQL
+       tristate "mod-mysql - Output plugin for logging into a MySQL database"
        default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_ULOGD
        select BR2_PACKAGE_LIBMYSQLCLIENT
 
-config BR2_PACKAGE_ULOGD_PGSQL_PLUGIN
-       depends BR2_PACKAGE_ULOGD
-       tristate "ulogd-pgsql-plugin - an output plugin for logging into a PostgreSQL database"
+config BR2_PACKAGE_ULOGD_MOD_PGSQL
+       tristate "mod-pgsql - Output plugin for logging into a PostgreSQL database"
        default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_ULOGD
        select BR2_PACKAGE_LIBPQ
 
diff --git a/openwrt/package/ulogd/ipkg/ulogd-mod-mysql.control b/openwrt/package/ulogd/ipkg/ulogd-mod-mysql.control
new file mode 100644 (file)
index 0000000..2ad48f3
--- /dev/null
@@ -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-mod-pgsql.control b/openwrt/package/ulogd/ipkg/ulogd-mod-pgsql.control
new file mode 100644 (file)
index 0000000..8d296d2
--- /dev/null
@@ -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-mysql-plugin.control b/openwrt/package/ulogd/ipkg/ulogd-mysql-plugin.control
deleted file mode 100644 (file)
index 2ad48f3..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-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
deleted file mode 100644 (file)
index 8d296d2..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-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