From: deraadt Date: Thu, 9 Jan 2014 18:51:30 +0000 (+0000) Subject: install signify keys X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a0de52439b707ed6d86d58488a10faff5476a3a9;p=openbsd install signify keys --- diff --git a/etc/Makefile b/etc/Makefile index 0a394ba1d9c..b40c518dc21 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.339 2013/12/15 17:40:45 tedu Exp $ +# $OpenBSD: Makefile,v 1.340 2014/01/09 18:51:30 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -193,6 +193,9 @@ distribution-etc-root-var: distrib-dirs ${DESTDIR}/etc/ppp; \ ${INSTALL} -c -o root -g wheel -m 644 ppp.secret.sample \ ${DESTDIR}/etc/ppp + cd signify; \ + ${INSTALL} -c -o root -g wheel -m 644 *.pub \ + ${DESTDIR}/etc/signify cd systrace; \ ${INSTALL} -c -o root -g wheel -m 600 usr_sbin_lpd \ ${DESTDIR}/etc/systrace; \