summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-02-28 15:21:38 +0100
committerMartin Kosek <mkosek@redhat.com>2013-02-28 15:25:24 +0100
commitf15ff7e96a70838b1819bf7d9d9e1cb1cfa4f6d1 (patch)
tree596358ab2a627764c911b94d65958f02aeea045a
parentd8a9102b9cc5cf3093dd6498a76e58848ec0b9bd (diff)
downloadfreeipa-f15ff7e96a70838b1819bf7d9d9e1cb1cfa4f6d1.tar.gz
freeipa-f15ff7e96a70838b1819bf7d9d9e1cb1cfa4f6d1.tar.xz
freeipa-f15ff7e96a70838b1819bf7d9d9e1cb1cfa4f6d1.zip
Fix includedir directive in krb5.conf template
We did not have the includedir directory with a trailing slash which made rpm update add a redundant line. https://fedorahosted.org/freeipa/ticket/3132
-rw-r--r--install/share/krb5.conf.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/krb5.conf.template b/install/share/krb5.conf.template
index ed30b9e0f..01e66881b 100644
--- a/install/share/krb5.conf.template
+++ b/install/share/krb5.conf.template
@@ -1,4 +1,4 @@
-includedir /var/lib/sss/pubconf/krb5.include.d
+includedir /var/lib/sss/pubconf/krb5.include.d/
[logging]
default = FILE:/var/log/krb5libs.log