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 | |
parent | b7440db19385239f812a1ef05bbfbea026c2fa3a (diff) |
sync names
-rw-r--r-- | distrib/sets/lists/etc/mi | 2 | ||||
-rw-r--r-- | etc/Makefile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sets/lists/etc/mi b/distrib/sets/lists/etc/mi index 41eaa93417a..db614993b10 100644 --- a/distrib/sets/lists/etc/mi +++ b/distrib/sets/lists/etc/mi @@ -56,7 +56,7 @@ ./var/cron/log ./var/cron/tabs/root ./var/db/locate.database -./var/db/rpki-client/openbsd +./var/db/rpki-client/openbgpd ./var/log/authlog ./var/log/daemon ./var/log/failedlogin 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 \ |