Skip to content

Commit

Permalink
Merge pull request #2430 from bazsi/freebsd-rfc5424-on-var-run-log
Browse files Browse the repository at this point in the history
system-source: allow syslog-protocol on unix-dgram() sources
  • Loading branch information
lbudai committed Nov 27, 2018
2 parents ec4ad5f + 17796b4 commit b94e40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/system-source/system-source.c
Expand Up @@ -53,6 +53,7 @@ system_sysblock_add_unix_dgram_driver(GString *sysblock, const gchar *path,
g_string_append_printf(sysblock, " perm(%s)", perms);
if (recvbuf_size)
g_string_append_printf(sysblock, " so_rcvbuf(%s)", recvbuf_size);
g_string_append(sysblock, " flags(syslog-protocol)");
g_string_append(sysblock, ");\n");
}

Expand Down

0 comments on commit b94e40f

Please sign in to comment.