$NetBSD: patch-ad,v 1.9 2023/04/30 14:58:58 spz Exp $

raise file descriptors limit to hard limit

--- scripts/rc.news.in.orig	2022-07-10 15:00:35.000000000 +0200
+++ scripts/rc.news.in	2022-09-25 13:15:39.442172637 +0200
@@ -102,6 +102,9 @@
     ;;
 esac
 
+## Unlimit
+ulimit -n `ulimit -H -n`
+
 ##  Pick ${INND} or ${INNDSTART}
 WHAT=${INND}
 
