From b3a58380b93512b86fe02749425410d89a5655d4 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Sat, 5 Dec 2020 16:58:05 +0200 Subject: Remove the component.facility keyword. Update the docs. * NEWS: Update. * doc/pies.texi: Update. * src/pies.h (component): Remove the facility field. * src/comp.c: Likewise. * configure.ac: Select interface to use to close fds (imported from mailutils). * lib/closefds.c: New file (imported from mailutils). * lib/Makefile.am: Add closefds.c * lib/libpies.h (pies_close_fds): New proto. * src/pies.c: Use pies_close_fds * src/progman.c: Likewise. --- src/pies.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pies.h') diff --git a/src/pies.h b/src/pies.h index 99169db..867f81d 100644 --- a/src/pies.h +++ b/src/pies.h @@ -270,7 +270,6 @@ struct component char *max_ip_connections_message; /* Redirectors: */ - int facility; /* Syslog facility. */ struct redirector redir[2]; /* Repeaters for stdout and stderr */ /* Actions to execute on various exit codes: */ struct grecs_list *act_list; -- cgit v1.2.1