File: control

package info (click to toggle)
sysklogd 1.3-31
  • links: PTS
  • area: main
  • in suites: slink
  • size: 404 kB
  • ctags: 265
  • sloc: ansic: 3,697; perl: 158; makefile: 143; sh: 139
file content (24 lines) | stat: -rw-r--r-- 885 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: sysklogd
Section: base
Priority: required
Maintainer: Martin Schulze <joey@debian.org>
Standards-Version: 2.4.0.0

Package: sysklogd
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: syslogd
Provides: syslogd
Replaces: syslogd
Description: Kernel and system logging daemons
 This package implements two system log daemons.  The syslogd daemon is
 an enhanced version of the standard Berkeley utility program.  This
 daemon is responsible for providing logging of messages received from
 programs and facilities on the local host as well as from remote
 hosts.
 .
 The klogd daemon listens to kernel message sources and is responsible
 for prioritizing and processing operating system messages.  The klogd
 daemon can run as a client of syslogd or optionally as a standalone
 program.  Klogd can now be used to decode EIP addresses if it can
 determine a System.map file.