Skip to content

Commit

Permalink
Merge pull request #15486 from dfr/freebsd-syslog
Browse files Browse the repository at this point in the history
cmd/podman: Enable --syslog on FreeBSD
  • Loading branch information
openshift-merge-robot authored Aug 26, 2022
2 parents b1247b6 + 61fc187 commit 03e51a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions cmd/podman/syslog_linux.go → cmd/podman/syslog_common.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build linux || freebsd
// +build linux freebsd

package main

import (
Expand Down
4 changes: 2 additions & 2 deletions cmd/podman/syslog_unsupported.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build !linux
// +build !linux
//go:build !linux && !freebsd
// +build !linux,!freebsd

package main

Expand Down

0 comments on commit 03e51a0

Please sign in to comment.