File: control

package info (click to toggle)
socklog 2.1.2%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,056 kB
  • sloc: ansic: 3,356; sh: 388; makefile: 316
file content (60 lines) | stat: -rw-r--r-- 2,882 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: socklog
Section: admin
Priority: optional
Maintainer: Mathieu Mirmont <mat@parad0x.org>
Uploaders: Lorenzo Puliti <plorenzo@disroot.org>
Vcs-Browser: https://salsa.debian.org/debian/socklog
Vcs-Git: https://salsa.debian.org/debian/socklog.git
Standards-Version: 4.7.2
Homepage: https://smarden.org/socklog
Build-Depends: debhelper-compat (= 13),
               debhelper (>= 13.3),
               dh-sequence-runit,
               dh-sequence-installsysusers,
               doc-base

Package: socklog
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: socklog-run (= ${binary:Version})
Description: system and kernel logging services - binaries
 socklog cooperates with the runit package to create a small and
 secure replacement for rsyslog. socklog supports system logging
 through Unix domain sockets (/dev/log), UDP sockets (0.0.0.0:514), as
 well as TCP socket, with the help of runit's runsvdir, runsv, and
 svlogd. socklog provides a different network logging concept, and
 also does log event notification. svlogd has built in log file
 rotation based on file size, so there is no need for any cron jobs to
 rotate the logs. socklog is small, secure, and reliable.
 .
 This package contains the socklog binaries and manual pages.
 Service files are shipped separately in the socklog-run package.

Package: socklog-run
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
Depends: socklog (>= 2.1.0+repack-7~), runit-run | daemontools-run | runit-init,
         ${misc:Depends}, ${shlibs:Depends}
Recommends: ipsvd, mailx
Provides: system-log-daemon, linux-kernel-log-daemon
Conflicts: system-log-daemon, linux-kernel-log-daemon
Breaks: ${runit:Breaks}
Description: system and kernel logging services - runit services
 socklog cooperates with the runit package to create a small and
 secure replacement for rsyslog. socklog supports system logging
 through Unix domain sockets (/dev/log), UDP sockets (0.0.0.0:514), as
 well as TCP socket, with the help of runit's runsvdir, runsv, and
 svlogd. socklog provides a different network logging concept, and
 also does log event notification. svlogd has built in log file
 rotation based on file size, so there is no need for any cron jobs to
 rotate the logs. socklog is small, secure, and reliable.
 .
 This package includes the configuration files to run socklog under
 runit supervision as system and kernel log daemons. The socklog-unix
 and socklog-klog services are enabled by default with runit as init.
 When this package is installed without runit-init (e.g. Sysvinit or systemd)
 socklog-unix and socklog-klog are disabled by default and can be enabled
 with update-service(8); see README.Debian for instructions.
 The socklog-inet, socklog-notify, and socklog-ucspi-tcp services are
 examples and disabled by default regardless of the init system in use.