summarylogtreecommitdiffstats
path: root/platform.patch
blob: 4954c3f3c17e7596fb2afe3be65a29908daddcc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
diff --git a/client/man/ipa-client-automount.1 b/client/man/ipa-client-automount.1
index 3f6edabd0..be7c40799 100644
--- a/client/man/ipa-client-automount.1
+++ b/client/man/ipa-client-automount.1
@@ -29,7 +29,7 @@ The automount configuration consists of three files:
 .IP  o
 /etc/nsswitch.conf
 .IP  o
-/etc/sysconfig/autofs
+/etc/conf.d/autofs
 .IP  o
 /etc/autofs_ldap_auth.conf
 
@@ -82,7 +82,7 @@ Files that will be configured when SSSD is the automount client (default):
 .TP
 Files that will be configured when using the ldap automount client:
 
-/etc/sysconfig/autofs
+/etc/conf.d/autofs
 
 /etc/autofs_ldap_auth.conf
 
diff --git a/client/man/ipa-client-install.1 b/client/man/ipa-client-install.1
index 1db3445c0..a4cd2b168 100644
--- a/client/man/ipa-client-install.1
+++ b/client/man/ipa-client-install.1
@@ -264,7 +264,7 @@ Files always created (replacing existing content):
 .br
 /etc/openldap/ldap.conf
 .br
-/etc/pki/ca-trust/source/ipa.p11-kit
+/etc/ca-certificates/trust-source/ipa.p11-kit
 .TP
 Files updated, existing content is maintained:
 
@@ -272,7 +272,9 @@ Files updated, existing content is maintained:
 .br
 /etc/krb5.keytab
 .br
-/etc/sysconfig/network
+/etc/hostname
+.br
+/etc/conf.d/network
 
 .TP
 File updated, existing content is maintained if ssh is configured (default):
diff --git a/ipaplatform/setup.py b/ipaplatform/setup.py
index 0d4bb380f..8a1efa509 100644
--- a/ipaplatform/setup.py
+++ b/ipaplatform/setup.py
@@ -33,6 +33,7 @@ if __name__ == '__main__':
         package_dir={'ipaplatform': ''},
         packages=[
             "ipaplatform",
+            "ipaplatform.arch",
             "ipaplatform.base",
             "ipaplatform.debian",
             "ipaplatform.fedora",