From dba00265af4816a9d1a98081b6228574193c7cb6 Mon Sep 17 00:00:00 2001 From: Rod Grimes Date: Thu, 19 May 1994 12:29:29 +0000 Subject: [PATCH] Add the installation of /var/crash/minfree with a value of 2048 so that savecore will not FILL the /var partition. --- etc/Makefile | 4 +++- etc/minfree | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 etc/minfree diff --git a/etc/Makefile b/etc/Makefile index 7bd99be7c6..e5a81669a9 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -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 \ diff --git a/etc/minfree b/etc/minfree new file mode 100644 index 0000000000..c873496a22 --- /dev/null +++ b/etc/minfree @@ -0,0 +1 @@ +2048 -- 2.20.1