From owner-freebsd-current@FreeBSD.ORG Tue Apr 3 19:15:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 696FA16A404 for ; Tue, 3 Apr 2007 19:15:02 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.freebsd.org (Postfix) with ESMTP id F0E0F13C46E for ; Tue, 3 Apr 2007 19:15:01 +0000 (UTC) (envelope-from Johan@double-l.nl) Received: from w2003s01.double-l.local (dpm.xs4all.nl [213.84.11.61]) by smtp-vbr6.xs4all.nl (8.13.8/8.13.8) with ESMTP id l33IvwSN073610 for ; Tue, 3 Apr 2007 20:57:58 +0200 (CEST) (envelope-from Johan@double-l.nl) Content-class: urn:content-classes:message MIME-Version: 1.0 X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Tue, 3 Apr 2007 20:58:58 +0200 Message-ID: <57200BF94E69E54880C9BB1AF714BBCB011158@w2003s01.double-l.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ports do not start at 7 current as of today Thread-Index: Acd2IiJQc+75mnumRwK6SthMGCd8EQ== From: "Johan Hendriks" To: X-Virus-Scanned: by XS4ALL Virus Scanner Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: ports do not start at 7 current as of today X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 03 Apr 2007 19:15:02 -0000 My installed ports (apache22, samba, cupsd, postgresql and ezjail) do = not start at boot time anymore. This is the output from rcorder /usr/local/etc/rc.d/* rcorder: file `/usr/local/etc/rc.d/ezjail.sh' is before unknown = provision `securelevel' rcorder: requirement `DAEMON' in file `/usr/local/etc/rc.d/cupsd' has no = providers. /usr/local/etc/rc.d/cupsd rcorder: requirement `resolv' in file `/usr/local/etc/rc.d/samba' has no = providers. rcorder: requirement `ldconfig' in file `/usr/local/etc/rc.d/samba' has = no providers. rcorder: requirement `DAEMON' in file `/usr/local/etc/rc.d/samba' has no = providers. rcorder: requirement `SERVERS' in file `/usr/local/etc/rc.d/samba' has = no providers. rcorder: requirement `NETWORKING' in file `/usr/local/etc/rc.d/samba' = has no providers. /usr/local/etc/rc.d/samba rcorder: requirement `LOGIN' in file `/usr/local/etc/rc.d/postgresql' = has no providers. /usr/local/etc/rc.d/postgresql rcorder: requirement `sshd' in file `/usr/local/etc/rc.d/ezjail.sh' has = no providers. rcorder: requirement `cleanvar' in file `/usr/local/etc/rc.d/ezjail.sh' = has no providers. rcorder: requirement `LOGIN' in file `/usr/local/etc/rc.d/ezjail.sh' has = no providers. /usr/local/etc/rc.d/ezjail.sh rcorder: requirement `cleanvar' in file `/usr/local/etc/rc.d/apache22' = has no providers. rcorder: requirement `LOGIN' in file `/usr/local/etc/rc.d/apache22' has = no providers. /usr/local/etc/rc.d/apache22 I can start them without a problem by hand after the machine has = finisched booting. Have i missed something. regards, Johan