From e63acfe22f2ff32f6ea39fb0860a275605be8169 Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 15 Jul 2014 09:11:18 +0000 Subject: [PATCH] correct dir --- etc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/Makefile b/etc/Makefile index 38ca480ef24..9ea8f7b4467 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.373 2014/07/15 08:28:43 deraadt Exp $ +# $OpenBSD: Makefile,v 1.374 2014/07/15 09:11:18 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -101,7 +101,7 @@ distribution-etc-root-var: distrib-dirs chown ${BINOWN} ${DESTDIR}/etc/ttys && \ chgrp ${BINGRP} ${DESTDIR}/etc/ttys && \ chmod 644 ${DESTDIR}/etc/ttys - cat sysctl.conf etc.${MACHINE}/sysctl.conf > \ + cat examples/sysctl.conf etc.${MACHINE}/sysctl.conf > \ ${DESTDIR}/etc/examples/sysctl.conf && \ chown ${BINOWN} ${DESTDIR}/etc/examples/sysctl.conf && \ chgrp ${BINGRP} ${DESTDIR}/etc/examples/sysctl.conf && \ -- 2.20.1