Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/files/
Date: Tue, 14 Feb 2017 21:33:38
Message-Id: 1487107998.2b0b90abfc8a6a6ae01aaf0ff49c1fb5de65d201.nimiux@gentoo
1 commit: 2b0b90abfc8a6a6ae01aaf0ff49c1fb5de65d201
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 21:32:49 2017 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 21:33:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b0b90ab
7
8 app-admin/swatchdog: Makes swatchdog-init POSIX compliant
9
10 Fixes bug #609134
11
12 Package-Manager: portage-2.3.3
13
14 app-admin/swatchdog/files/swatchdog-init | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/app-admin/swatchdog/files/swatchdog-init b/app-admin/swatchdog/files/swatchdog-init
18 index 7db43eb242..d623070073 100644
19 --- a/app-admin/swatchdog/files/swatchdog-init
20 +++ b/app-admin/swatchdog/files/swatchdog-init
21 @@ -33,7 +33,7 @@ parse_full() {
22
23 start() {
24 checkpath -d -q -m 0750 -o root:root /run/swatchdog
25 - if [ "${PARSE_FULL}" == "YES" ]; then
26 + if [ "${PARSE_FULL}" = "YES" ]; then
27 parse_full
28 fi
29 gen_script --tail-file