summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-30 11:22:31 +0200
committerMartin Basti <mbasti@redhat.com>2016-07-01 09:05:33 +0200
commit08fcc7e25af54379eec87f4e22f8cd26db7ffbb0 (patch)
tree47b88d38afa7f6b3e7fc663744714e82e3d1fea1
parent4ce0258c235c985e07a19d291bd699720d9ef1bf (diff)
downloadfreeipa-08fcc7e25af54379eec87f4e22f8cd26db7ffbb0.tar.gz
freeipa-08fcc7e25af54379eec87f4e22f8cd26db7ffbb0.tar.xz
freeipa-08fcc7e25af54379eec87f4e22f8cd26db7ffbb0.zip
Do not log to file in remote conncheck side
https://fedorahosted.org/freeipa/ticket/5757 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rwxr-xr-xinstall/oddjob/org.freeipa.server.conncheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/oddjob/org.freeipa.server.conncheck b/install/oddjob/org.freeipa.server.conncheck
index ab7a46a86..9d57ea26e 100755
--- a/install/oddjob/org.freeipa.server.conncheck
+++ b/install/oddjob/org.freeipa.server.conncheck
@@ -1,2 +1,2 @@
#!/bin/sh
-exec /usr/sbin/ipa-replica-conncheck --replica "$1" 2>&1
+exec /usr/sbin/ipa-replica-conncheck --no-log --replica "$1" 2>&1