From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 19:55:22 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2CA8316A407 for ; Wed, 17 Jan 2007 19:55:22 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.freebsd.org (Postfix) with ESMTP id A58BF13C43E for ; Wed, 17 Jan 2007 19:55:21 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so280433nfc for ; Wed, 17 Jan 2007 11:55:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=JMct4RpjJvP1omuEKr0NdZBBXrEWMIq9+fqSYzFANkJGyWAtaC4EJmUOddYc0n1OQbefkLU2cs4pfgMgVluf5zkNAOBLUznkpFytRNjM6TXlal2iT+8lWrmNodFDbPWXhcVHjR/v+y0ECothX6x3NXp/+HSa+8UjRPVL+LXf5Vk= Received: by 10.82.107.15 with SMTP id f15mr1638639buc.1169063716547; Wed, 17 Jan 2007 11:55:16 -0800 (PST) Received: by 10.82.191.20 with HTTP; Wed, 17 Jan 2007 11:55:16 -0800 (PST) Message-ID: Date: Wed, 17 Jan 2007 16:55:16 -0300 From: Agus To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Reread rc.conf.... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jan 2007 19:55:22 -0000 Hi folks..... I did some configs in my freebsd and realiza that i didnt have the inetd running. So i addesd inetd_enable="YES" to rc.conf. Now im trying to reread the rc.conf to make the changes active without restarting.... Is there a way to do it? or i have to start each server it from rc.dmanually, in these case only inetd; but what if i added a lot of lines to rc.conf? i've read this... On the console do: # shutdown now (Note: without -r or -h) # return # exit Is this the only way to do it? Thanxsss