From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 11:32:23 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 3AC0B16A4CE for ; Mon, 22 Nov 2004 11:32:23 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D1BAC43D6A for ; Mon, 22 Nov 2004 11:32:22 +0000 (GMT) (envelope-from david.jenkins@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so184715wri for ; Mon, 22 Nov 2004 03:32:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=K5kwNIhnbVOC/286CWb+UfPWZtWpwXaeGwqvQSEOynqHGCG8fnqXwAMryKzqoGhIFCG2WDpsMS8YS7wOPlnVH8MycWgVg1h2jETQOkA1In0dzLJ5MnuyW5vlArfS/wn2wEtF7PV6SRpHETwo57TT3cv1YjwBj6KByrxyLdVsivs= Received: by 10.54.52.56 with SMTP id z56mr1818466wrz; Mon, 22 Nov 2004 03:32:22 -0800 (PST) Received: by 10.54.5.4 with HTTP; Mon, 22 Nov 2004 03:32:22 -0800 (PST) Message-ID: <9395922d041122033246970af4@mail.gmail.com> Date: Mon, 22 Nov 2004 11:32:22 +0000 From: David Jenkins To: "v.demartino2@virgilio.it" In-Reply-To: <41536B85000AC932@ims3e.cp.tin.it> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41536B85000AC932@ims3e.cp.tin.it> cc: FreeBSD Subject: Re: Restarting rc.conf X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Jenkins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 11:32:23 -0000 On Mon, 22 Nov 2004 12:18:05 +0100, v.demartino2@virgilio.it wrote: > I set up a postgresql server under FreeBDSD 5.3 stable. > > My question: if I modify rc.conf either directly or via sysinstall how > can I make the system be aware of that WITHOUT REBOOTING, in other words, > how can I make FreeBSD execute the modified rc.conf? I asked this question a long time ago as I wanted to do something similar. Unfortunately there's no command you can run to just re-read rc.conf. The only thing you can do is drop to single user mode and then come back up to multi-user. Hope this helps. David