* [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/files/
@ 2017-02-14 21:33 José María Alonso
0 siblings, 0 replies; only message in thread
From: José María Alonso @ 2017-02-14 21:33 UTC (permalink / raw
To: gentoo-commits
commit: 2b0b90abfc8a6a6ae01aaf0ff49c1fb5de65d201
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 14 21:32:49 2017 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2017-02-14 21:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 21:33 [gentoo-commits] repo/gentoo:master commit in: app-admin/swatchdog/files/ José María Alonso
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox