diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-04-08 20:21:45 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-04-08 20:27:27 +0200 |
commit | 111480d7110b10aa82c782ee433110f40fa4045f (patch) | |
tree | 07a674cd5f836c9160b737c4891bf42e82198f7b /community/kea/use-runstatedir-for-pid-file-location.patch | |
parent | 7f1d01465ad069bf900d571585f5d3d8a432d8b8 (diff) | |
download | aports-111480d7110b10aa82c782ee433110f40fa4045f.tar.bz2 aports-111480d7110b10aa82c782ee433110f40fa4045f.tar.xz |
community/kea: upgrade to 1.7.6
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 |