File: control

package info (click to toggle)
ulogd 0.97-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 476 kB
  • ctags: 379
  • sloc: ansic: 2,099; sh: 231; makefile: 155
file content (29 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: ulogd
Section: net
Priority: optional
Maintainer: Joerg Wendland <jorgland@sol.wohnheim.uni-ulm.de>
Build-Depends: debhelper (>> 3.0.0), libmysqlclient10-dev, linuxdoc-tools | sgml-tools, autoconf
Standards-Version: 3.5.6

Package: ulogd
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kernel-patch-ulog
Description: The Userspace Logging Daemon
 ulogd is a daemon that listens for Netlink packets generated by iptables's
 ULOG target. Basically, it's a replacement for syslog for logging packets,
 and does a much better job - it logs to files, mySQL, and soon will be able
 to log remotely.
 .
 mySQL support is in a separate package, called ulogd-mysql.
 .
 The relevant kernel support is included in a patch - kernel-patch-ulog.
 .
 ulogd homepage: http://www.gnumonks.org/projects/ulogd

Package: ulogd-mysql
Architecture: any
Depends: ulogd (= ${Source-Version}), libmysqlclient10
Description: mySQL extension to ulogd
 This extension adds mySQL support to ulogd; please see ulogd's description.
 description.