From owner-freebsd-gnome@FreeBSD.ORG Tue Oct 17 19:47:42 2006 Return-Path: X-Original-To: gnome@freebsd.org Delivered-To: freebsd-gnome@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E496B16A4F0 for ; Tue, 17 Oct 2006 19:47:42 +0000 (UTC) (envelope-from sean@mcneil.com) Received: from mail.mcneil.com (mcneil.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id F035643D4C for ; Tue, 17 Oct 2006 19:46:23 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 6F4D3F1B57 for ; Tue, 17 Oct 2006 12:46:00 -0700 (PDT) X-Virus-Scanned: amavisd-new at mcneil.com Received: from mail.mcneil.com ([127.0.0.1]) by localhost (triton.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BR9Ix6B-+jaG for ; Tue, 17 Oct 2006 12:45:58 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 93306F1952 for ; Tue, 17 Oct 2006 12:45:58 -0700 (PDT) From: Sean McNeil To: gnome@freebsd.org Content-Type: text/plain Date: Tue, 17 Oct 2006 12:45:58 -0700 Message-Id: <1161114358.3416.7.camel@triton.mcneil.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: HAL tutorial and rc.d scripts X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Oct 2006 19:47:43 -0000 I've just managed to get my system updated to GNOME 2.16 after some difficulties. I understand that HAL is supported with this version, but I cannot find any man page for hald or any tutorial for how it is used. Can someone please point me in the right direction? Also, I use the new format where I have separate files for each script (/etc/rc.conf.d) and it causes a small error message: /etc/rc: WARNING: $dbus_enable is not set properly - see rc.conf(5). /etc/rc: WARNING: $polkitd_enable is not set properly - see rc.conf(5). This is because polkitd and hald use checkyesno where the variables dbus_enable - in /etc/rc.conf.d/dbus polkitd_enable - in /etc/rc.conf.d/polkitd They don't cause a problem since the daemons are started, but the errors are distracting. IMHO, this is a bug in checkyesno, but is there a workaround (besides putting them in /etc/rc.conf)?