From owner-freebsd-questions@FreeBSD.ORG Fri Jun 17 13:50:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 1F52116A41C for ; Fri, 17 Jun 2005 13:50:50 +0000 (GMT) (envelope-from mick.walker@ctcmarine.com) Received: from cmailg4.svr.pol.co.uk (cmailg4.svr.pol.co.uk [195.92.195.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id D874343D1D for ; Fri, 17 Jun 2005 13:50:49 +0000 (GMT) (envelope-from mick.walker@ctcmarine.com) Received: from user-4677.lns2-c7.dsl.pol.co.uk ([84.65.178.69] helo=ctcmarine.com) by cmailg4.svr.pol.co.uk with smtp (Exim 4.41) id 1DjHF9-0005vq-Ko; Fri, 17 Jun 2005 14:50:47 +0100 Received: from 192.168.200.4 by ctcmarine.com with SMTP; Fri, 17 Jun 2005 14:46:26 +0100 Received: by exchange01.ctcmarine.com with Internet Mail Service (5.5.2653.19) id ; Fri, 17 Jun 2005 14:50:27 +0100 Message-ID: <13D71E64E0AEED4195C4794A5D9E4FD7B6FB8E@exchange01.ctcmarine.com> From: "walker, mick" To: 'Jonathan Arnold' , "FreeBSD Questions (E-mail)" Date: Fri, 17 Jun 2005 14:50:23 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Cc: Subject: RE: Invoking rc.conf changes w/o rebooting 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: Fri, 17 Jun 2005 13:50:50 -0000 Jonathan Arnold scribbled on 17 June 2005 13:48: > I just upgraded webmin and it says it now needs : > > webmin_enable="yes" > > in the rc.conf. Do I need to reboot in order to have this > take effect, or is there some way I can get the same effect > without rebooting? You can drop to ren level 1 using the command init 1. Then set your shell and type 'exit'. The system will then boot back into multiuser mode and reread all rc scripts. Mick Walker