From owner-freebsd-ports@FreeBSD.ORG Thu Jan 1 11:37:48 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88B8E106564A for ; Thu, 1 Jan 2009 11:37:48 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mail2.panix.com (mail2.panix.com [166.84.1.73]) by mx1.freebsd.org (Postfix) with ESMTP id 5D8C48FC16 for ; Thu, 1 Jan 2009 11:37:48 +0000 (UTC) (envelope-from stanb@panix.com) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail2.panix.com (Postfix) with ESMTP id BDE2934813 for ; Thu, 1 Jan 2009 06:37:47 -0500 (EST) Received: from teddy.fas.com (c-76-26-198-188.hsd1.sc.comcast.net [76.26.198.188]) by mailbackend.panix.com (Postfix) with ESMTP id 95E4DFA10 for ; Thu, 1 Jan 2009 06:37:47 -0500 (EST) Received: from stan by teddy.fas.com with local (Exim 3.36 #1 (Debian)) id 1LILs3-00033n-00 for ; Thu, 01 Jan 2009 06:37:47 -0500 Date: Thu, 1 Jan 2009 06:37:46 -0500 From: stan To: FreeBSD Ports List Message-ID: <20090101113746.GB11520@teddy.fas.com> Mail-Followup-To: FreeBSD Ports List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.23 X-Uptime: 06:27:08 up 234 days, 12:49, 1 user, load average: 1.08, 0.45, 0.16 User-Agent: Mutt/1.5.4i Sender: Stan Brown Cc: Subject: Correct inetd.conf line for saned in 7.1? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jan 2009 11:37:49 -0000 f I run saned from the command line, I can conect, and scan from remote machines. But I cannot seem to come up with a correct line for it in /etc/inetd.conf. I seem to be raunning into an issue with TCP warpers, which are enabled by defualt in 7.1, by adding the -Ww flags to the invocation of inetd. Can anyone tell me what is wrong with this line? sane-port stream tcp nowait saned /usr/local/sbin/saned saned I did create a snaed user. Or just show me a working line? Thanks. -- One of the main causes of the fall of the roman empire was that, lacking zero, they had no way to indicate successful termination of their C programs.