mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
This release is a new generation of postsrsd. This update includes: * support for redis * support for sqlite3 * disable installing postsrsd.secret - it is generated during first start of postsrsd (startup script) * add pkg-message which informs about changes in configuration * some cleanup suggested by portlint Changelog: https://github.com/roehling/postsrsd/releases/tag/2.0.8 PR: 273571
10 lines
205 B
C
10 lines
205 B
C
--- src/config.c.orig 2023-07-15 18:53:41 UTC
|
|
+++ src/config.c
|
|
@@ -21,6 +21,7 @@
|
|
#include "util.h"
|
|
|
|
#include <errno.h>
|
|
+#include <getopt.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|