summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2013-03-31 21:46:53 +0000
committerespie <espie@openbsd.org>2013-03-31 21:46:53 +0000
commit19541a928f002dc7e8d30d838c35e1a42d9aed7e (patch)
tree918872b2308cfc8f6a16fa98ab2361968a663cc2
parentPrinciple of least astonishment: implement nameserver retry/backoff as (diff)
downloadwireguard-openbsd-19541a928f002dc7e8d30d838c35e1a42d9aed7e.tar.xz
wireguard-openbsd-19541a928f002dc7e8d30d838c35e1a42d9aed7e.zip
a default .cvsrc for skel.
okay deraadt@ some other people like that too.
-rw-r--r--etc/Makefile6
-rw-r--r--etc/skel/dot.cvsrc5
2 files changed, 10 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index e673c51fc44..9b2ae3c0c8e 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.330 2013/03/26 18:06:00 jasper Exp $
+# $OpenBSD: Makefile,v 1.331 2013/03/31 21:46:53 espie Exp $
TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain
@@ -144,6 +144,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/root/.profile; \
${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
${DESTDIR}/root/.Xdefaults; \
+ ${INSTALL} -c -o root -g wheel -m 644 dot.cvsrc \
+ ${DESTDIR}/root/.cvsrc; \
rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
${DESTDIR}/.cshrc; \
@@ -160,6 +162,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/etc/skel/.profile; \
${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
${DESTDIR}/etc/skel/.Xdefaults; \
+ ${INSTALL} -c -o root -g wheel -m 644 dot.cvsrc \
+ ${DESTDIR}/etc/skel/.cvsrc; \
${INSTALL} -c -o root -g wheel -m 600 /dev/null \
${DESTDIR}/etc/skel/.ssh/authorized_keys
cd kerberosV; \
diff --git a/etc/skel/dot.cvsrc b/etc/skel/dot.cvsrc
new file mode 100644
index 00000000000..736ed8b1de6
--- /dev/null
+++ b/etc/skel/dot.cvsrc
@@ -0,0 +1,5 @@
+# $OpenBSD: dot.cvsrc,v 1.1 2013/03/31 21:46:53 espie Exp $
+#
+diff -uNp
+update -P
+checkout -P