Browse Source

install a /var/crash/minfree, of 4096, as suggested by david@city.ac.uk

OPENBSD_2_0
deraadt 28 years ago
parent
commit
3470efa163
2 changed files with 3 additions and 0 deletions
  1. +2
    -0
      src/etc/Makefile
  2. +1
    -0
      src/etc/minfree

+ 2
- 0
src/etc/Makefile View File

@ -76,6 +76,8 @@ distribution: distrib-dirs
ln -s ${TZDIR}/${LOCALTIME} ${DESTDIR}/etc/localtime
/bin/rm -f ${DESTDIR}/etc/rmt
ln -s /usr/sbin/rmt ${DESTDIR}/etc/rmt
install -c -o root -g wheel -m 644 minfree \
${DESTDIR}/var/crash
install -c -o root -g wheel -m 644 Makefile.yp \
${DESTDIR}/var/yp.no/Makefile
install -c -o ${BINOWN} -g operator -m 664 /dev/null \


+ 1
- 0
src/etc/minfree View File

@ -0,0 +1 @@
4096

Loading…
Cancel
Save