[Bug 261748] sysutils/rundeck3: use dae mon’s -o flag instead of redirection
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: use dae mon’s -o flag instead of redirection"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: Fix no logging. Use daemon(8) for logging"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: Fix no logging. Use daemon(8) for logging"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: Fix no logging. Use daemon(8) for logging"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: Fix no logging. Use daemon(8) for logging"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: Fix no logging. Use daemon(8) for logging"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 261748] sysutils/rundeck3: Fix no logging. Use daemon(8) for logging"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Feb 2022 16:46:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261748
Bug ID: 261748
Summary: sysutils/rundeck3: use daemon’s -o flag instead of
redirection
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs@FreeBSD.org
Reporter: ruben@verweg.com
CC: daniel.tihanyi@tetragir.com
CC: daniel.tihanyi@tetragir.com
Flags: maintainer-feedback?(daniel.tihanyi@tetragir.com)
Created attachment 231579
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231579&action=edit
[PATCH] Don't redirect to logfile, but have daemon manage it in a logrotate
friendly manner
Currently rundeck3 startup uses “ > ${rundeck_log_file}” but this doesn’t log
anything at all.
Better is to use daemon(8)’s -o flag.
On 12.3+ -H is also added to make it newsyslog(1) friendly too
--
You are receiving this mail because:
You are the assignee for the bug.