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 75C70139694 for ; Tue, 14 Feb 2017 21:33:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CBE1D21C098; Tue, 14 Feb 2017 21:33:37 +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 A7FAE21C098 for ; Tue, 14 Feb 2017 21:33:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 930AF33D3CE for ; Tue, 14 Feb 2017 21:33:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A84C47F5 for ; Tue, 14 Feb 2017 21:33:35 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1487107998.2b0b90abfc8a6a6ae01aaf0ff49c1fb5de65d201.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/swatchdog/files/swatchdog-init X-VCS-Directories: app-admin/swatchdog/files/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 2b0b90abfc8a6a6ae01aaf0ff49c1fb5de65d201 X-VCS-Branch: master Date: Tue, 14 Feb 2017 21:33:35 +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: a83ac2d4-940b-4b45-9c73-2b7ae49ca641 X-Archives-Hash: cdfe5adfa3391868b688e31a0b39008b commit: 2b0b90abfc8a6a6ae01aaf0ff49c1fb5de65d201 Author: Chema Alonso Josa gentoo org> AuthorDate: Tue Feb 14 21:32:49 2017 +0000 Commit: José María Alonso gentoo org> CommitDate: Tue Feb 14 21:33:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0b90ab app-admin/swatchdog: Makes swatchdog-init POSIX compliant Fixes bug #609134 Package-Manager: portage-2.3.3 app-admin/swatchdog/files/swatchdog-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/swatchdog/files/swatchdog-init b/app-admin/swatchdog/files/swatchdog-init index 7db43eb242..d623070073 100644 --- a/app-admin/swatchdog/files/swatchdog-init +++ b/app-admin/swatchdog/files/swatchdog-init @@ -33,7 +33,7 @@ parse_full() { start() { checkpath -d -q -m 0750 -o root:root /run/swatchdog - if [ "${PARSE_FULL}" == "YES" ]; then + if [ "${PARSE_FULL}" = "YES" ]; then parse_full fi gen_script --tail-file