blob: b5cebdc10e189a5cd0107bb1756f27eccb8cbbd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.10 2010/04/13 21:18:00 spz Exp $
--- scripts/news.daily.in.orig 2009-05-21 22:08:33.000000000 +0200
+++ scripts/news.daily.in
@@ -256,6 +256,10 @@ fi
cd ${PATHETC}
+## Unlimit
+ulimit -d `ulimit -H -d`
+ulimit -n `ulimit -H -n`
+
## Show the status of the news system.
${DOSTAT} && {
${INNSTAT}
|