summaryrefslogtreecommitdiffstats
path: root/crypto/krb5/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/krb5/INSTALL')
-rwxr-xr-xcrypto/krb5/INSTALL16
1 files changed, 16 insertions, 0 deletions
diff --git a/crypto/krb5/INSTALL b/crypto/krb5/INSTALL
new file mode 100755
index 0000000000..ecc58d7a23
--- /dev/null
+++ b/crypto/krb5/INSTALL
@@ -0,0 +1,16 @@
+make_normal &&
+default_install &&
+
+if ! [ -f /etc/krb5.conf ]
+then cp config-files/krb5.conf /etc
+fi &&
+
+if ! [ -f /etc/kdc.conf ]
+then sedit "s:local/::g" config-files/kdc.conf
+ cp config-files/kdc.conf /etc
+fi &&
+
+#
+# Create symlink so packages (such as kdebase) can find krb5.h
+#
+ln -s /usr/include /usr/include/krb5