mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
269 B
Plaintext
15 lines
269 B
Plaintext
$NetBSD: patch-ad,v 1.7 2009/09/22 13:17:00 spz Exp $
|
|
|
|
--- scripts/rc.news.in.orig 2009-05-21 20:08:33.000000000 +0000
|
|
+++ scripts/rc.news.in
|
|
@@ -77,6 +77,9 @@ Xstop)
|
|
;;
|
|
esac
|
|
|
|
+## Unlimit
|
|
+ulimit -n `ulimit -H -n`
|
|
+
|
|
## Pick ${INND} or ${INNDSTART}
|
|
WHAT=${INND}
|
|
|