blob: b727c13037b8592b1d5e9390a4b15dd85f073aaa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.5 2001/02/08 16:23:07 tron Exp $
--- scripts/news.daily.in.orig Mon May 17 10:26:41 1999
+++ scripts/news.daily.in Mon May 17 10:27:14 1999
@@ -226,6 +226,10 @@
cd ${PATHETC}
+## Unlimit
+ulimit -d `ulimit -H -d`
+ulimit -n `ulimit -H -n`
+
## Show the status of the news system.
${DOSTAT} && {
${INNSTAT}
|