From owner-svn-src-all@FreeBSD.ORG Tue Oct 16 01:24:17 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0FA3961B; Tue, 16 Oct 2012 01:24:17 +0000 (UTC) (envelope-from sobomax@sippysoft.com) Received: from mail.sippysoft.com (hub.sippysoft.com [174.36.24.17]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0258FC0C; Tue, 16 Oct 2012 01:24:16 +0000 (UTC) Received: from s173-180-43-49.bc.hsia.telus.net ([173.180.43.49] helo=[192.168.22.32]) by mail.sippysoft.com with esmtpsa (TLSv1:DHE-RSA-CAMELLIA256-SHA:256) (Exim 4.80 (FreeBSD)) (envelope-from ) id 1TNvtH-0003xr-Kz; Mon, 15 Oct 2012 18:24:15 -0700 Message-ID: <507CB73B.1050801@FreeBSD.org> Date: Mon, 15 Oct 2012 18:24:11 -0700 From: Maxim Sobolev Organization: Sippy Software, Inc. User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: d@delphij.net Subject: Re: svn commit: r241576 - in head/usr.sbin/cron: cron crontab lib References: <201210150821.q9F8Lobc047576@svn.freebsd.org> <507CB347.3040502@delphij.net> In-Reply-To: <507CB347.3040502@delphij.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: sobomax@sippysoft.com X-ssp-trusted: yes Cc: Adrian Chadd , src-committers@freebsd.org, Eitan Adler , svn-src-all@freebsd.org, svn-src-head@freebsd.org, Xin Li X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 01:24:17 -0000 On 10/15/2012 6:07 PM, Xin Li wrote: > Because it's not guaranteed to work on every filesystems? But yes I > think it would be a good idea to implement it and use it when all > filesystems used to store crontabs supports it. I considered it, but it seems inadequate for things like: # mv /etc /etc.old # mv /etc.new /etc -Maxim