Move dumpdates creation to CONFS=
Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D16435
This commit is contained in:
parent
a3055a5e47
commit
5166d20d98
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336742
@ -296,8 +296,6 @@ distribution:
|
||||
${INSTALL_SYMLINK} mail/aliases ${DESTDIR}/etc/aliases; \
|
||||
fi
|
||||
.endif
|
||||
${INSTALL} -o ${BINOWN} -g operator -m 664 /dev/null \
|
||||
${DESTDIR}/etc/dumpdates
|
||||
.if ${MK_LOCATE} != "no"
|
||||
${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
|
||||
${DESTDIR}/var/db/locate.database
|
||||
|
@ -15,6 +15,10 @@
|
||||
|
||||
PACKAGE=runtime
|
||||
PROG= dump
|
||||
CONFS= /dev/null
|
||||
CONFSGRP= operator
|
||||
CONFSMODE= 664
|
||||
CONFSNAME_/dev/null= dumpdates
|
||||
LINKS= ${BINDIR}/dump ${BINDIR}/rdump
|
||||
CFLAGS+=-DRDUMP
|
||||
SRCS= itime.c main.c optr.c dumprmt.c tape.c traverse.c unctime.c cache.c
|
||||
|
Loading…
Reference in New Issue
Block a user