File: control

package info (click to toggle)
syslog-summary 1.12-0.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 36 kB
  • ctags: 23
  • sloc: python: 148; makefile: 32
file content (14 lines) | stat: -rw-r--r-- 498 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Source: syslog-summary
Maintainer: Tommi Virtanen <tv@debian.org>
Section: admin
Priority: optional
Standards-Version: 3.7.2

Package: syslog-summary
Architecture: all
Depends: python
Description: Summarize the contents of a syslog log file
 This program summarizes the contents of a log file written by syslog,
 by displaying each unique (except for the time) line once, and also
 the number of times such a line occurs in the input. The lines are
 displayed in the order they occur in the input.