diff options
author | 2019-12-02 02:45:18 +0000 | |
---|---|---|
committer | 2019-12-02 02:45:18 +0000 | |
commit | 08d96f5987a07a683a5e8c0470043465c1e65e4f (patch) | |
tree | 8c44f6350ae3799233d6f074124b42a39386967b | |
parent | tc_windup: separate timecounter.tc_freq_adj from timehands.th_adjustment (diff) | |
download | wireguard-openbsd-08d96f5987a07a683a5e8c0470043465c1e65e4f.tar.xz wireguard-openbsd-08d96f5987a07a683a5e8c0470043465c1e65e4f.zip |
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 \ |