summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-10 05:12:16 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2013-07-10 05:12:16 +0000
commitd57397436e11ac2bf58b7301207ded889649475b (patch)
treefa7589ad6c4afea71b0a94fe88e9f49ac6f82f27 /etc/Makefile
parentae818b3718de5d27a14ee2802491a87e6393afbd (diff)
Ship a simpler krb5.conf which logs to syslog(3) by default.
Remove useless README -- the info(1) and man(1) pages contains all the required information. ok dcoppa@ robert@ beck@
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c897575bcfa..d2060550b22 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.332 2013/06/01 14:06:20 naddy Exp $
+# $OpenBSD: Makefile,v 1.333 2013/07/10 05:12:15 ajacoutot Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -167,8 +167,6 @@ distribution-etc-root-var: distrib-dirs
${INSTALL} -c -o root -g wheel -m 600 /dev/null \
${DESTDIR}/etc/skel/.ssh/authorized_keys
cd kerberosV; \
- ${INSTALL} -c -o root -g wheel -m 644 README \
- ${DESTDIR}/etc/kerberosV; \
${INSTALL} -c -o root -g wheel -m 644 krb5.conf.example \
${DESTDIR}/etc/kerberosV
cd amd; \