diff options
author | Brad Davis <brd@FreeBSD.org> | 2018-08-04 22:15:59 +0000 |
---|---|---|
committer | Brad Davis <brd@FreeBSD.org> | 2018-08-04 22:15:59 +0000 |
commit | 4d2cf170d3ebed424f2885b05ec6fd9ae1af6820 (patch) | |
tree | 0f6df041bc49471af19b714272c4f3a01047925b /sbin | |
parent | ba9ace7436413e5369e61834c20d6b9f116c1175 (diff) |
Move etc/minfree to sbin/savecore/.
This is prep for pkgbase to have config files tagged as such.
Approved by: will (mentor)
Differential Revision: https://reviews.freebsd.org/D16558
Notes
Notes:
svn path=/head/; revision=337337
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/savecore/Makefile | 2 | ||||
-rw-r--r-- | sbin/savecore/minfree | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sbin/savecore/Makefile b/sbin/savecore/Makefile index f5eeb77ee5e7..d2fdd3d50979 100644 --- a/sbin/savecore/Makefile +++ b/sbin/savecore/Makefile @@ -1,6 +1,8 @@ # $FreeBSD$ PACKAGE=runtime +CONFS= minfree +CONFSDIR= /var/crash PROG= savecore LIBADD= z xo MAN= savecore.8 diff --git a/sbin/savecore/minfree b/sbin/savecore/minfree new file mode 100644 index 000000000000..c873496a2275 --- /dev/null +++ b/sbin/savecore/minfree @@ -0,0 +1 @@ +2048 |