Add the installation of /var/crash/minfree with a value of 2048 so that

savecore will not FILL the /var partition.
This commit is contained in:
Rodney W. Grimes 1994-05-19 12:29:29 +00:00
parent 7838b155ee
commit 077fcb73f8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1515
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
# $Id: Makefile,v 1.57 1994/05/03 10:11:21 rgrimes Exp $
# $Id: Makefile,v 1.58 1994/05/17 13:03:34 jkh Exp $
NOOBJ= noobj
@ -165,6 +165,8 @@ distribution: distrib-dirs
${DESTDIR}/etc/dumpdates
install -c -o nobody -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/db/locate.database
install -c -o ${BINOWN} -g ${BINGRP} -m 664 minfree \
${DESTDIR}/var/crash
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \
${DESTDIR}/var/log/lpd-errs
install -c -o ${BINOWN} -g ${BINGRP} -m 664 /dev/null \

1
etc/minfree Normal file
View File

@ -0,0 +1 @@
2048