search for: optgroup_journal_not_avail

Displaying 2 results from an estimated 2 matches for "optgroup_journal_not_avail".

2013 Aug 20
0
[PATCH] daemon: fix build without systemd-journal
Fix typo in OPTGROUP_JOURNAL_NOT_AVAILABLE Define empty journal_finalize, called by mount.c Signed-off-by: Olaf Hering <olaf@aepfle.de> --- daemon/journal.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/daemon/journal.c b/daemon/journal.c index 0cb50e3..97e1874 100644 --- a/daemon/journal.c +++ b/daem...
2013 Aug 19
1
OPTGROUP_SD_JOURNAL_NOT_AVAILABLE
Current master fails to build if certain systemd functionality is not available at build time, daemon/journal.c has OPTGROUP_SD_JOURNAL_NOT_AVAILABLE at the end of the file. Is this a typo, what should be done in that case?