From: Michael Tremer Date: Wed, 16 Sep 2009 09:26:46 +0000 (+0200) Subject: ulogd2: Added package information. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b76493ebb3dbde6f15baca1487d54d9bd21a6587;p=ipfire-3.x.git ulogd2: Added package information. --- diff --git a/lfs/ulogd2 b/lfs/ulogd2 index 265192f3b..628349cd5 100644 --- a/lfs/ulogd2 +++ b/lfs/ulogd2 @@ -33,11 +33,26 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) OBJECT = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP) +MAINTAINER = +GROUP = Networking/Statistics CORE = yes EXTRA = no DEBUG = no - +BUILD_DEPS = DEPS = sqlite + +URL = http://netfilter.org/projects/ulogd/index.html +LICENSE = GPLv2 +SHORT_DESC = The userspace logging daemon for netfilter. + +define LONG_DESC + This package contains utilities for configuring the linux ethernet \ + bridge. The linux ethernet bridge can be used for connecting multiple \ + ethernet devices together. The connecting is fully transparent: hosts \ + connected to one ethernet device see hosts connected to the other \ + ethernet devices directly. +endef + INITSCRIPT = ulogd ###############################################################################