From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4204B138330 for ; Thu, 25 Aug 2016 21:49:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 323FDE094C; Thu, 25 Aug 2016 21:49:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7A98E094C for ; Thu, 25 Aug 2016 21:49:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CFFD134090F for ; Thu, 25 Aug 2016 21:49:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 13189245B for ; Thu, 25 Aug 2016 21:49:52 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1472161790.a77265a69accb9701be0a9f85eef9e14cb81a711.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/libreswan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/libreswan/libreswan-3.18.ebuild net-misc/libreswan/libreswan-9999.ebuild X-VCS-Directories: net-misc/libreswan/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a77265a69accb9701be0a9f85eef9e14cb81a711 X-VCS-Branch: master Date: Thu, 25 Aug 2016 21:49:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ff7a8dac-db89-407f-8e63-fab506c0da59 X-Archives-Hash: acbf89c11889995126e486720ed54736 commit: a77265a69accb9701be0a9f85eef9e14cb81a711 Author: Mike Gilbert gentoo org> AuthorDate: Thu Aug 25 21:49:29 2016 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Aug 25 21:49:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a77265a6 net-misc/libreswan: fix WatchDogSec with systemd disabled Package-Manager: portage-2.3.0_p22 net-misc/libreswan/libreswan-3.18.ebuild | 1 + net-misc/libreswan/libreswan-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/net-misc/libreswan/libreswan-3.18.ebuild b/net-misc/libreswan/libreswan-3.18.ebuild index 847bec8..4996606 100644 --- a/net-misc/libreswan/libreswan-3.18.ebuild +++ b/net-misc/libreswan/libreswan-3.18.ebuild @@ -72,6 +72,7 @@ src_configure() { export USE_LIBCURL=$(usetf curl) export USE_LDAP=$(usetf ldap) export USE_SYSTEMD_WATCHDOG=$(usetf systemd) + export SD_WATCHDOGSEC=$(usex systemd 200 0) export USE_XAUTHPAM=$(usetf pam) export DEBUG_CFLAGS= export OPTIMIZE_CFLAGS= diff --git a/net-misc/libreswan/libreswan-9999.ebuild b/net-misc/libreswan/libreswan-9999.ebuild index 847bec8..4996606 100644 --- a/net-misc/libreswan/libreswan-9999.ebuild +++ b/net-misc/libreswan/libreswan-9999.ebuild @@ -72,6 +72,7 @@ src_configure() { export USE_LIBCURL=$(usetf curl) export USE_LDAP=$(usetf ldap) export USE_SYSTEMD_WATCHDOG=$(usetf systemd) + export SD_WATCHDOGSEC=$(usex systemd 200 0) export USE_XAUTHPAM=$(usetf pam) export DEBUG_CFLAGS= export OPTIMIZE_CFLAGS=