From owner-freebsd-questions@FreeBSD.ORG Fri Aug 27 15:19:34 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 7270716A4CE for ; Fri, 27 Aug 2004 15:19:34 +0000 (GMT) Received: from mailgate.teledome.gr (mailgate.teledome.gr [213.142.128.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 750B043D2F for ; Fri, 27 Aug 2004 15:19:33 +0000 (GMT) (envelope-from nvass@teledome.gr) Received: from [192.168.1.71] (helo=iris.teledomenet.gr) by mailgate.teledome.gr with esmtp (Exim 4.34) id 1C0ikA-0000FQ-JK; Fri, 27 Aug 2004 18:34:22 +0300 From: Nikos Vassiliadis To: Soo-Hyun Choi , freebsd-questions@freebsd.org Date: Fri, 27 Aug 2004 18:17:19 +0300 User-Agent: KMail/1.5.4 References: <34b425c504082705446816dc77@mail.gmail.com> In-Reply-To: <34b425c504082705446816dc77@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200408271817.19544.nvass@teledome.gr> Subject: Re: editing the rc.conf 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: Fri, 27 Aug 2004 15:19:34 -0000 Ifconfig was mentioned. You can also reinitialize your system with shutdown(8). Shutdown will bring the system in single-user state (will kill all processes) and when you exit that, you'll have all changes made to rc.conf, active. Use "shutdown now" and then just exit the single-user shell. Cheers, NikV On Friday 27 August 2004 15:44, Soo-Hyun Choi wrote: > Hi, > > When I need to change the IP settings, I usually go over the rc.conf > directly (as root) to change the IP settings. The question is that > once I change the settings I need to re-boot the system in order to > the change be working. > > Is there any way that I can apply the changes without re-booting the > system? > > Cheers, > Soo-Hyun > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"