Skip to content

Commit

Permalink
Move etc/minfree to sbin/savecore/.
Browse files Browse the repository at this point in the history
This is prep for pkgbase to have config files tagged as such.

Approved by:	will (mentor)
Differential Revision:	https://reviews.freebsd.org/D16558
  • Loading branch information
brd committed Aug 4, 2018
1 parent ba9ace7 commit 4d2cf17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,6 @@ distribution:
${INSTALL} -o nobody -g ${BINGRP} -m 644 /dev/null \
${DESTDIR}/var/db/locate.database
.endif
${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/minfree \
${DESTDIR}/var/crash
cd ${.CURDIR}/..; ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 444 \
${FREEBSD} ${DESTDIR}/
.if ${MK_BOOT} != "no"
Expand Down
2 changes: 2 additions & 0 deletions sbin/savecore/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# $FreeBSD$

PACKAGE=runtime
CONFS= minfree
CONFSDIR= /var/crash
PROG= savecore
LIBADD= z xo
MAN= savecore.8
Expand Down
File renamed without changes.

0 comments on commit 4d2cf17

Please sign in to comment.