From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 18:00:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CC30106566B for ; Thu, 25 Mar 2010 18:00:56 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id A2FF78FC18 for ; Thu, 25 Mar 2010 18:00:55 +0000 (UTC) Received: by wyb33 with SMTP id 33so3703731wyb.13 for ; Thu, 25 Mar 2010 11:00:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=/BMP9I+cuOKAUFqIDhh81SmytxyS1jyn+P5bZOTSw6o=; b=kyvmnmp0Tvbf08+WNQNgVgXt2piq1XUbpmt8fmXz8HDYn++OS0KZlrNnm9IxDnm378 yB0qbN9oDgGF+knepzzbGGZXOwENxx6RILyZZWdxkU8DvhgxErxUxan99Hhh/xs2Nzyb TdMKafd4VC7/X6Fy4cCgNvAisrb+c4Mh3d79U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=GUTZ9uRm0/e23LnC6vRcYvy6zWdZhJbPLcm+WFMID7uQ+dGSSn0onlJDEJPu+jIxy5 MLbDK7KZPFHuAkArF7gNBjrZcJ+kxGt2xDvuNpzv12rtVtcsBEyrAZ6LTKnlT3BD79t7 9giHaUlsNYgqlSb/LtQ6LXbODx7thspuBo61g= Received: by 10.216.86.129 with SMTP id w1mr1147865wee.174.1269540054486; Thu, 25 Mar 2010 11:00:54 -0700 (PDT) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id x6sm3785256gvf.27.2010.03.25.11.00.53 (version=SSLv3 cipher=RC4-MD5); Thu, 25 Mar 2010 11:00:53 -0700 (PDT) Date: Thu, 25 Mar 2010 18:00:51 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20100325180051.6e965320@gumby.homeunix.com> In-Reply-To: <20100325174130.fd9be132.freebsd@edvax.de> References: <20100325174130.fd9be132.freebsd@edvax.de> X-Mailer: Claws Mail 3.7.5 (GTK+ 2.18.7; i386-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: creating a socket for use with nc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Mar 2010 18:00:56 -0000 On Thu, 25 Mar 2010 17:41:30 +0100 Polytropon wrote: > and the detach program from the ports collection. Is there a reason for preferring that over daemon(8) in the base system?