From owner-freebsd-questions@FreeBSD.ORG Mon Nov 15 05:03:00 2004 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 B8DF416A4CE for ; Mon, 15 Nov 2004 05:03:00 +0000 (GMT) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3579643D55 for ; Mon, 15 Nov 2004 05:02:59 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost.cs.ait.ac.th [127.0.0.1]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id iAF52rTb028105 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 15 Nov 2004 12:02:53 +0700 (ICT) Received: (from on@localhost) by mail.cs.ait.ac.th (8.12.11/8.12.11/Submit) id iAF52rNT028102; Mon, 15 Nov 2004 12:02:53 +0700 (ICT) Date: Mon, 15 Nov 2004 12:02:53 +0700 (ICT) Message-Id: <200411150502.iAF52rNT028102@mail.cs.ait.ac.th> From: Olivier Nicole To: freebsd@trinetworks.com In-reply-to: <1804.64.73.235.136.1100493837.squirrel@64.73.235.136> (freebsd@trinetworks.com) X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) cc: questions@freebsd.org cc: jayobrien@att.net Subject: Re: How to make configuration changes without a reboot? 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: Mon, 15 Nov 2004 05:03:00 -0000 > I learned that in order to make changes to the screen saver, > I had to reboot the computer. Those changes, made by > sysinstall, appear in /etc/rc.conf. > > Is there a way to make such changes take effect without > rebooting? (Version 5.3 RELEASE, i386) Maybe you can try to unload the screen saver module and reload it, look at kldload(8), kldstat(8) and kldunload(8) Olivier