URL: https://github.com/freeipa/freeipa/pull/260
Author: pspacek
 Title: #260: Build: fix path in ipa-ods-exporter.socket unit file
Action: opened

PR body:
"""
This fixes regression caused by incorrect
daemons/dnssec/ipa-ods-exporter.socket.in path template introduced
in commit 312e780041fc9025ca3c189e6c9fcb54c7340714.

https://fedorahosted.org/freeipa/ticket/6495
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/260/head:pr260
git checkout pr260
From 01297ca51491f7f2e85a111b3e8bc96c52f2e825 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Mon, 21 Nov 2016 12:20:08 +0100
Subject: [PATCH] Build: fix path in ipa-ods-exporter.socket unit file

This fixes regression caused by incorrect
daemons/dnssec/ipa-ods-exporter.socket.in path template introduced
in commit 312e780041fc9025ca3c189e6c9fcb54c7340714.

https://fedorahosted.org/freeipa/ticket/6495
---
 daemons/dnssec/ipa-ods-exporter.socket.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemons/dnssec/ipa-ods-exporter.socket.in b/daemons/dnssec/ipa-ods-exporter.socket.in
index ffc6994..ec58da9 100644
--- a/daemons/dnssec/ipa-ods-exporter.socket.in
+++ b/daemons/dnssec/ipa-ods-exporter.socket.in
@@ -1,5 +1,5 @@
 [Socket]
-ListenStream=@localstatedir@/opendnssec/engine.sock
+ListenStream=@localstatedir@/run/opendnssec/engine.sock
 
 [Install]
 WantedBy=sockets.target
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to