From owner-freebsd-questions Wed Apr 11 4:12:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from eeeor.ebom.org (co3024366-a.randw1.nsw.optushome.com.au [203.164.170.86]) by hub.freebsd.org (Postfix) with ESMTP id 197D637B422 for ; Wed, 11 Apr 2001 04:12:50 -0700 (PDT) (envelope-from tigger@ebom.org) Received: from mail pickup service by eeeor.ebom.org with Microsoft SMTPSVC; Wed, 11 Apr 2001 21:27:17 +1000 From: tigger@ebom.org To: freebsd-questions@FreeBSD.ORG Subject: Restart network without reboot? Message-ID: X-OriginalArrivalTime: 11 Apr 2001 11:27:17.0730 (UTC) FILETIME=[5D86FC20:01C0C27A] Date: 11 Apr 2001 21:27:17 +1000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG --sorry if the list gets this twice, had email problems too-- I think this must be one of them super simple things that everyone must know but me :] I've done the following; added a line to /etc/rc.d mv /usr/local/etc/rc.d/proftpd.sh.sample to /usr/local/etc/rc.d/proftpd.sh chmod 555 /usr/local/etc/rc.d/proftpd.sh (which does not seem quite right to me) And now I want to restart the network without doing a shutdown -r now I'm guessing its something like killall -1 'insert unknown here' I've also been looking over lots of help and FAQ's online, nothing mentions how to do this (that I've seen). I thought the answer would have been on http://www.freebsd.org/FAQ/admin.html but its not. Thanx for reading this major newbie question :] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message