From owner-freebsd-current@FreeBSD.ORG Mon Sep 8 03:59:58 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D1816A4C0 for ; Mon, 8 Sep 2003 03:59:58 -0700 (PDT) Received: from Mail.CIS.FU-Berlin.DE (mail.cis.fu-berlin.de [160.45.11.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2316343FBD for ; Mon, 8 Sep 2003 03:59:58 -0700 (PDT) (envelope-from phgrau@cis.fu-berlin.de) Received: by Mail.CIS.FU-Berlin.DE (Smail3.2.0.98) from Python.CIS.FU-Berlin.DE (160.45.11.158) with esmtp id ; Mon, 8 Sep 2003 12:59:16 +0200 (MEST) Received: by Python.CIS.FU-Berlin.DE (Smail3.2.0.98) id ; Mon, 8 Sep 2003 12:59:11 +0200 (MEST) Date: Mon, 8 Sep 2003 12:59:11 +0200 From: Philipp Grau To: freebsd-current@freebsd.org Message-ID: <20030908105911.GA152151@CIS.FU-Berlin.DE> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: new rc system X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2003 10:59:59 -0000 Hello, while installing new maschines I ran in the difficulty, that I need a link from /dev/ttyd0 to /dev/refclock-0. Okay, thats easy. Just put a line in /etc/devfs.conf. Next problem is that /etc/rc.d/ntpd is evaluated before /etc/rc.d/devfs (see the output of "rcorder /etc/rc.d*) So the start of ntpd fails because it is requires the devfs link. Ntpd likes to open /dev/refclock-0. What should I do to circumvent this problem? By simply adding a "# REQUIRE: devfs" to the /etc/rc.d/ntpd file? Or this there some other mechanism? Regards, Philipp