Bug 41862 - New port: sysutils/socklog - small & secure syslogd replacement
Summary: New port: sysutils/socklog - small & secure syslogd replacement
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-21 22:30 UTC by Sergei Kolobov
Modified: 2002-09-20 11:14 UTC (History)
0 users

See Also:


Attachments
socklog-0.10.1.shar (3.27 KB, text/plain)
2002-08-21 22:30 UTC, Sergei Kolobov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2002-08-21 22:30:07 UTC
socklog in cooperation with djb's daemontools is a small and secure replacement
for syslogd. There are three main features, syslogd provides:

- receiving syslog messages from an unix domain socket (/dev/log) or UDP socket
  (0.0.0.0:514) and writing them to various files on disk depending on facility
  and priority.  
- writing received syslog messages to an udp socket (a.b.c.d:514)

socklog provides the first two features with the help of daemontools svscan,
supervise and multilog, provides a different network logging concept and
additionally does log event notification.

multilog has a built in logfile rotation based on file size, so there is no
need for any cron jobs or similar to rotate the logs. Log partitions can be
calculated properly.

How-To-Repeat: shar included.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2002-09-20 11:14:18 UTC
State Changed
From-To: open->closed

New port added, thanks!