From owner-freebsd-ports Thu Jul 18 19:46:42 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA15947 for ports-outgoing; Thu, 18 Jul 1996 19:46:42 -0700 (PDT) Received: from precipice.shockwave.com (ppp-5-37.rdcy01.pacbell.net [206.170.5.37]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA15933 for ; Thu, 18 Jul 1996 19:46:38 -0700 (PDT) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.5/8.7.3) with ESMTP id TAA07076; Thu, 18 Jul 1996 19:45:29 -0700 (PDT) Message-Id: <199607190245.TAA07076@precipice.shockwave.com> To: "Philippe Charnier" cc: ports@FreeBSD.ORG Subject: Re: new patch for inn-1.4u4 In-reply-to: Your message of "Thu, 18 Jul 1996 22:08:23 +0200." <199607182008.WAA02100@xp11.frmug.org> Date: Thu, 18 Jul 1996 19:45:29 -0700 From: Paul Traina Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've seen it too, lately, but I didn't have this problem before. (sigh) I'm going to switch it back to READ for a while to try it out. From: "Philippe Charnier" Subject: new patch for inn-1.4u4 Hi, This could be called patch-ai, and is useful for uucp hosts. Also note that with the old port (inn1.4sec), I had problems with my active file which is 4096 bytes long and filled up with ascii 0. I wonder if this is due to a problem using MMAP instead of READ in files/config.data (see ACT_STYLE). I didn't check yet with the new port (just installed, waiting for cron) if the problem is still here. Also note that theses comments should also apply to inn1.4sec. --- samples/sendbatch~ Thu Jul 18 21:37:15 1996 +++ samples/sendbatch Thu Jul 18 21:38:46 1996 @@ -7,7 +7,7 @@ . /usr/local/news/lib/innshellvars ## Place to run a df, and amount of space needed. -UUSPOOL=/usr/spool/uucp +UUSPOOL=/var/spool/uucp SPOOLFREE=20000 ## Program names and flags. Most can be set on the command-line. C7= @@ -159,9 +159,9 @@ ## Check the host's queue size? QUEUE=0 if [ -n "${BYTESQUEUED}" ] ; then - if [ -d /usr/spool/uucp/${SITE} ] ; then + if [ -d ${UUSPOOL}/${SITE} ] ; then # Get queue size from directory size - QUEUE=`du -s "/usr/spool/uucp/${SITE}" \ + QUEUE=`du -s "${UUSPOOL}/${SITE}" \ | ${AWK} '{ printf("%s000\n", $1); }'` else ------ ------ Philippe Charnier charnier@lirmm.fr (smtp) >> charnier@xp11.frmug.org (uucp) ``a PC not running FreeBSD is like a venusian with no tentacles'' ------------------------------------------------------------------------