mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
Pass maintainership to submitter due to multiple timeouts from current. Changelog: https://github.com/gravitational/teleport/releases/tag/v4.4.12 PR: 267052 Approved by: portmgr (maintainer timeout, 3+ weeks)
11 lines
447 B
Go
11 lines
447 B
Go
--- lib/events/auditlog.go.orig 2022-02-23 04:58:43 UTC
|
|
+++ lib/events/auditlog.go
|
|
@@ -45,7 +45,7 @@ import (
|
|
const (
|
|
// SessionLogsDir is a subdirectory inside the eventlog data dir
|
|
// where all session-specific logs and streams are stored, like
|
|
- // in /var/lib/teleport/logs/sessions
|
|
+ // in /var/db/teleport/logs/sessions
|
|
SessionLogsDir = "sessions"
|
|
|
|
// StreamingLogsDir is a subdirectory of sessions /var/lib/teleport/logs/streaming
|