Bug 207747 - sysutils/runit: fix to allow send logs via UDP
Summary: sysutils/runit: fix to allow send logs via UDP
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-06 14:33 UTC by nbari
Modified: 2017-03-07 11:48 UTC (History)
1 user (show)

See Also:


Attachments
fixes UDP support on svlogd (579 bytes, patch)
2016-03-06 14:33 UTC, nbari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2016-03-06 14:33:17 UTC
Created attachment 167766 [details]
fixes UDP support on svlogd

The attached patch, allow  the u/U options of svlogd to send logs via UDP.

detailed issue: http://serverfault.com/questions/752839/how-to-make-svlogd-send-logs-via-udp
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-07 11:46:27 UTC
A commit references this bug:

Author: danfe
Date: Tue Mar  7 11:45:34 UTC 2017
New revision: 435595
URL: https://svnweb.freebsd.org/changeset/ports/435595

Log:
  - Add a patch to allow sending logs via UDP [1]
  - Convert to option helper target and optimize
    away ``.for'' loop in its recipe while here

  PR:	207747 [1]

Changes:
  head/sysutils/runit/Makefile
  head/sysutils/runit/files/patch-src_svlogd.c
Comment 2 Alexey Dokuchaev freebsd_committer freebsd_triage 2017-03-07 11:48:15 UTC
The port is patched as of ports r435595, thank you!