diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-16 14:17:16 +0200 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-06-16 14:17:14 +0200 |
commit | 3eb67baa706762c0bb7945e07338d79792090831 (patch) | |
tree | fac3c814a854f6e6ca7325742899d9f2385aff9d /community/keepalived/always-use-pid-dir.patch | |
parent | 70743c89f4b6afe3f00f6650067f918f74e8f2cb (diff) | |
download | aports-3eb67baa706762c0bb7945e07338d79792090831.tar.bz2 aports-3eb67baa706762c0bb7945e07338d79792090831.tar.xz |
community/keepalived: upgrade to 2.0.3
Diffstat (limited to 'community/keepalived/always-use-pid-dir.patch')
-rw-r--r-- | community/keepalived/always-use-pid-dir.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/keepalived/always-use-pid-dir.patch b/community/keepalived/always-use-pid-dir.patch index fe9a081335..a242cd7a4c 100644 --- a/community/keepalived/always-use-pid-dir.patch +++ b/community/keepalived/always-use-pid-dir.patch @@ -6,10 +6,10 @@ This is a downstream patch. --- a/keepalived/core/main.c +++ b/keepalived/core/main.c -@@ -87,7 +87,7 @@ +@@ -120,7 +120,7 @@ + const char *snmp_socket; /* Socket to use for SNMP agent */ #endif static char *syslog_ident; /* syslog ident if not default */ - char *instance_name; /* keepalived instance name */ -bool use_pid_dir; /* Put pid files in /var/run/keepalived or @localstatedir@/run/keepalived */ +bool use_pid_dir = true; /* Put pid files in /var/run/keepalived or @localstatedir@/run/keepalived */ |