diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-02 02:45:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2019-12-02 02:45:19 +0000 |
commit | 389454f8ebb75c723db8b7d0bc510c49e062e1b8 (patch) | |
tree | ae2983ba9e8b0841f3a939d090d0f880af6b1155 /etc/Makefile | |
parent | b7440db19385239f812a1ef05bbfbea026c2fa3a (diff) |
sync names
Diffstat (limited to 'etc/Makefile')
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index d0b55839487..3f9419aac1e 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.474 2019/11/30 02:31:12 deraadt Exp $ +# $OpenBSD: Makefile,v 1.475 2019/12/02 02:45:18 deraadt Exp $ .include <bsd.own.mk> @@ -183,7 +183,7 @@ distribution-etc-root-var: distrib-dirs ${INSTALL} -c -o root -g wheel -m 444 /dev/null \ ${DESTDIR}/var/db/locate.database ${INSTALL} -c -o _rpki-client -g wheel -m 644 /dev/null \ - ${DESTDIR}/var/db/rpki-client/openbsd + ${DESTDIR}/var/db/rpki-client/openbgpd ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \ ${DESTDIR}/var/log/authlog ${INSTALL} -c -o ${BINOWN} -g wheel -m 640 /dev/null \ |