diff options
author | 1996-08-16 22:05:36 +0000 | |
---|---|---|
committer | 1996-08-16 22:05:36 +0000 | |
commit | f9f47a43e7ba32e748e82a0b16ed8217bf80229b (patch) | |
tree | 6eae1bdbd18abd2e20179a8a663f87e58161ee1f | |
parent | Better locate from wosch@freebsd (Wolfram Schneider), sligthly modified. (diff) | |
download | wireguard-openbsd-f9f47a43e7ba32e748e82a0b16ed8217bf80229b.tar.xz wireguard-openbsd-f9f47a43e7ba32e748e82a0b16ed8217bf80229b.zip |
install locate.rc.
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile index 6882a79bae0..26fc165ae32 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 1996/08/14 08:28:03 downsj Exp $ +# $OpenBSD: Makefile,v 1.23 1996/08/16 22:05:36 michaels Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= US/Pacific @@ -101,6 +101,8 @@ distribution: distrib-dirs ${DESTDIR}/var/cron/log install -c -o nobody -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/db/locate.database + install -c -o root -g wheel -m 644 /dev/null \ + ${DESTDIR}/etc/locate.rc install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ ${DESTDIR}/var/log/lastlog install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \ |