From owner-freebsd-questions@FreeBSD.ORG Wed Jan 26 06:48:57 2005 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 1865416A4CE for ; Wed, 26 Jan 2005 06:48:57 +0000 (GMT) Received: from chello084114137224.1.15.vie.surfer.at (chello084114137224.1.15.vie.surfer.at [84.114.137.224]) by mx1.FreeBSD.org (Postfix) with SMTP id 34FA443D55 for ; Wed, 26 Jan 2005 06:48:55 +0000 (GMT) (envelope-from 4711@chello.at) Received: (qmail 59018 invoked from network); 26 Jan 2005 06:48:53 -0000 Received: from matrix010.matrix.net (HELO localhost) (192.168.123.10) by ns.matrix.net with SMTP; 26 Jan 2005 06:48:53 -0000 From: Christian Hiris <4711@chello.at> To: freebsd-questions@freebsd.org Date: Wed, 26 Jan 2005 07:48:37 +0100 User-Agent: KMail/1.7.2 References: <41F72083.1020406@att.net> In-Reply-To: <41F72083.1020406@att.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1139105.ZWJlxWogds"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200501260748.53403.4711@chello.at> cc: Duane Winner Subject: Re: set_rcvar load_rc_config run_rc_command: all not found 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: Wed, 26 Jan 2005 06:48:57 -0000 --nextPart1139105.ZWJlxWogds Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 26 January 2005 05:45:05, Duane Winner wrote: > Hello, > > I've just noticed (after spending the past two weeks testing > 5.3-release), that I'm getting this on every boot and shutdown: > > Local package initialization:set_rcvar: not found > load_rc_config: not found > run_rc_command: not found > > Everything seems to be working fine, but I sure would like to know where > those "set_rcvar", "load_rc_config" and "run_rc_command" not found > messages are coming from and why. This messages were sent by a script, which resides in one of your local=20 startup directories. If you use the default local startup directories, then= =20 search the scripts under /usr/local/etc/rc.d and /usr/X11R6/etc/rc.d for th= e=20 variables that couldn't be found. The script that wants to run the function= s=20 set_rcvar, load_rc_config and run_rc_command requires the line=20 ". /etc/rc.subr". This line sucks in the file /etc/rc.subr and makes the=20 missing functions available to your script.=20 Cheers, ch=20 =2D-=20 Christian Hiris <4711@chello.at> | OpenPGP KeyID 0x3BCA53BE=20 OpenPGP-Key at hkp://wwwkeys.eu.pgp.net and http://pgp.mit.edu --nextPart1139105.ZWJlxWogds Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQBB9z1V09WjGjvKU74RAh8iAKCCYjAnSJrAUlbX/zeJ7yMMzuQc3wCeKXmN +F2LliCQAPKpPljT+Lu0ytU= =jwRR -----END PGP SIGNATURE----- --nextPart1139105.ZWJlxWogds--