Simple enough. Probably details of options to discuss. This is what
I use daily.
Index: Makefile
===================================================================
RCS file: /home/openbsd/cvs/src/etc/Makefile,v
retrieving revision 1.330
diff -u -p -r1.330 Makefile
--- Makefile 26 Mar 2013 18:06:00 -0000 1.330
+++ Makefile 31 Mar 2013 14:13:37 -0000
@@ -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; \
Index: skel/dot.cvsrc
===================================================================
RCS file: skel/dot.cvsrc
diff -N skel/dot.cvsrc
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ skel/dot.cvsrc 31 Mar 2013 14:12:13 -0000
@@ -0,0 +1,5 @@
+# $OpenBSD$
+#
+diff -uNp
+update -P
+checkout -P