diff options
Diffstat (limited to 'community/kea/use-runstatedir-for-pid-file-location.patch')
-rw-r--r-- | community/kea/use-runstatedir-for-pid-file-location.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/kea/use-runstatedir-for-pid-file-location.patch b/community/kea/use-runstatedir-for-pid-file-location.patch index 146026b5e0..23cb44353e 100644 --- a/community/kea/use-runstatedir-for-pid-file-location.patch +++ b/community/kea/use-runstatedir-for-pid-file-location.patch @@ -27,8 +27,8 @@ Patch-Source: https://sources.debian.org/src/isc-kea/1.5.0-2/debian/patches/0004 Daemon::Daemon() : signal_set_(), signal_handler_(), config_file_(""), -- pid_file_dir_(DATA_DIR), pid_file_(), am_file_author_(false) { -+ pid_file_dir_(KEA_PIDFILE_DIR), pid_file_(), am_file_author_(false) { +- pid_file_dir_(DATA_DIR), pid_file_(), am_file_author_(false), ++ pid_file_dir_(KEA_PIDFILE_DIR), pid_file_(), am_file_author_(false), + exit_value_(EXIT_SUCCESS) { // The pid_file_dir can be overridden via environment variable - // This is primarily intended to simplify testing |