From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 20 15:15:26 2007 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F0C716A417 for ; Fri, 20 Jul 2007 15:15:26 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from mp2.macomnet.net (mp2.macomnet.net [195.128.64.6]) by mx1.freebsd.org (Postfix) with ESMTP id 9ECFD13C46E for ; Fri, 20 Jul 2007 15:15:25 +0000 (UTC) (envelope-from maxim@macomnet.ru) Received: from localhost (localhost.int.ru [127.0.0.1] (may be forged)) by mp2.macomnet.net (8.13.7/8.13.8) with ESMTP id l6KFFNMd005556 for ; Fri, 20 Jul 2007 19:15:23 +0400 (MSD) (envelope-from maxim@macomnet.ru) Date: Fri, 20 Jul 2007 19:15:23 +0400 (MSD) From: Maxim Konovalov To: hackers@freebsd.org Message-ID: <20070720185101.F20123@mp2.macomnet.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Subject: tunefs.8 oddity X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jul 2007 15:15:26 -0000 Hello, after spending a half an hour trying to help a friend of mine to turn soft updates on the root filesystem on I'd like to revert a part of rev. 1.21 just because it makes life of an average sysadmin easier: Index: tunefs.8 =================================================================== RCS file: /home/ncvs/src/sbin/tunefs/tunefs.8,v retrieving revision 1.37 diff -u -p -r1.37 tunefs.8 --- tunefs.8 31 Oct 2006 21:52:28 -0000 1.37 +++ tunefs.8 20 Jul 2007 14:57:30 -0000 @@ -165,6 +165,8 @@ utility appeared in .Bx 4.2 . .Sh BUGS This utility should work on active file systems. +To change the root filesystem, the system must be rebooted +after the filesystem is tuned. .\" Take this out and a Unix Daemon will dog your steps from now until .\" the time_t's wrap around. .Pp %%% Any objections? -- Maxim Konovalov