Browse Source

a default .cvsrc for skel.

okay deraadt@
some other people like that too.
OPENBSD_5_4
espie 11 years ago
parent
commit
903c6bcade
2 changed files with 10 additions and 1 deletions
  1. +5
    -1
      src/etc/Makefile
  2. +5
    -0
      src/etc/skel/dot.cvsrc

+ 5
- 1
src/etc/Makefile View File

@ -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 TZDIR= /usr/share/zoneinfo
LOCALTIME= Canada/Mountain LOCALTIME= Canada/Mountain
@ -144,6 +144,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/root/.profile; \ ${DESTDIR}/root/.profile; \
${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \ ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
${DESTDIR}/root/.Xdefaults; \ ${DESTDIR}/root/.Xdefaults; \
${INSTALL} -c -o root -g wheel -m 644 dot.cvsrc \
${DESTDIR}/root/.cvsrc; \
rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \ rm -f ${DESTDIR}/.cshrc ${DESTDIR}/.profile; \
${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \ ${INSTALL} -c -o root -g wheel -m 644 dot.cshrc \
${DESTDIR}/.cshrc; \ ${DESTDIR}/.cshrc; \
@ -160,6 +162,8 @@ distribution-etc-root-var: distrib-dirs
${DESTDIR}/etc/skel/.profile; \ ${DESTDIR}/etc/skel/.profile; \
${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \ ${INSTALL} -c -o root -g wheel -m 644 dot.Xdefaults \
${DESTDIR}/etc/skel/.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 \ ${INSTALL} -c -o root -g wheel -m 600 /dev/null \
${DESTDIR}/etc/skel/.ssh/authorized_keys ${DESTDIR}/etc/skel/.ssh/authorized_keys
cd kerberosV; \ cd kerberosV; \


+ 5
- 0
src/etc/skel/dot.cvsrc View File

@ -0,0 +1,5 @@
# $OpenBSD: dot.cvsrc,v 1.1 2013/03/31 21:46:53 espie Exp $
#
diff -uNp
update -P
checkout -P

Loading…
Cancel
Save