From owner-freebsd-questions@FreeBSD.ORG Tue Aug 22 08:07:55 2006 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 7618216A4E0 for ; Tue, 22 Aug 2006 08:07:55 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CCB643D5D for ; Tue, 22 Aug 2006 08:07:52 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7M87UYm006007 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 22 Aug 2006 11:07:31 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7M87eue096465; Tue, 22 Aug 2006 11:07:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7M87etV096464; Tue, 22 Aug 2006 11:07:40 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 22 Aug 2006 11:07:40 +0300 From: Giorgos Keramidas To: Mikhail Goriachev Message-ID: <20060822080740.GC95384@gothmog.pc> References: <44EA1789.5040707@2012.vi> <20060822073129.GC93501@gothmog.pc> <44EAB9B3.6020803@webanoide.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <44EAB9B3.6020803@webanoide.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-2.885, required 5, autolearn=not spam, AWL -0.29, BAYES_00 -2.60, UNPARSEABLE_RELAY 0.00) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: beno , freebsd-questions@freebsd.org Subject: Re: Rebuilding Kernel 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: Tue, 22 Aug 2006 08:07:55 -0000 On 2006-08-22 18:00, Mikhail Goriachev wrote: >Giorgos Keramidas wrote: >>On 2006-08-21 16:28, beno wrote: >>> make buildkernel >>> make installkernel >>> sh /etc/rc.shutdown >>> pkill sendmail >>> pkill syslogd >>> mergemaster -p >>> make installworld >>> mergemaster >>> reboot >>> /usr/local/bin/portmanager -u -f -l -y >>> make delete-old-libs >> >> Why are you running `/etc/rc.shutdown' manually? >> >> Why are you using `pkill' on Sendmail and syslogd? > > That was just an *example*[1] I gave Beno for the remote upgrade. > Apparently, it's been taken very seriously and copy-pasted. > [1] http://lists.freebsd.org/pipermail/freebsd-questions/2006-August/129129.html Ah, I see now :)