From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 08:28:05 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2DBB16A4CE for ; Fri, 14 Nov 2003 08:28:05 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-46.apple.com [17.250.248.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 048B643FDD for ; Fri, 14 Nov 2003 08:28:05 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id hAEGS2Js009586; Fri, 14 Nov 2003 08:28:02 -0800 (PST) Received: from [10.1.1.193] (dpvc-68-161-244-25.ny325.east.verizon.net [68.161.244.25]) (authenticated bits=0)hAEGS1Zq019159; Fri, 14 Nov 2003 08:28:02 -0800 (PST) In-Reply-To: <3FB4FB39.7090408@401.cx> References: <3FB4FB39.7090408@401.cx> Mime-Version: 1.0 (Apple Message framework v606) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <8393D904-16BF-11D8-BD31-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 14 Nov 2003 11:28:00 -0500 To: "Roger 'Rocky' Vetterberg" X-Mailer: Apple Mail (2.606) cc: questions@freebsd.org Subject: Re: RFC 868 timeserver for freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Nov 2003 16:28:05 -0000 On Nov 14, 2003, at 10:56 AM, Roger 'Rocky' Vetterberg wrote: > Does anyone know of a timeserver supporting the RFC 868 protocoll that > runs on FreeBSD or possibly linux? Try editting /etc/inetd.conf, enabling the daytime and time services, and doing a kill -HUP of inetd... -- -Chuck