From owner-freebsd-questions@freebsd.org Wed Feb 22 17:23:08 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7F3DECE955E for ; Wed, 22 Feb 2017 17:23:08 +0000 (UTC) (envelope-from chris@stankevitz.com) Received: from mango.stankevitz.com (mango.stankevitz.com [208.79.93.194]) by mx1.freebsd.org (Postfix) with ESMTP id 7024B7C for ; Wed, 22 Feb 2017 17:23:08 +0000 (UTC) (envelope-from chris@stankevitz.com) Received: from stink.local (ip68-6-118-128.sb.sd.cox.net [68.6.118.128]) by mango.stankevitz.com (Postfix) with ESMTPSA id 3E88B7425A; Wed, 22 Feb 2017 09:23:07 -0800 (PST) Subject: Re: passing -t to newsyslog To: Ian Smith , Adam Vande More References: <20170222233954.J37376@sola.nimnet.asn.au> Cc: freebsd-questions@freebsd.org From: Chris Stankevitz Message-ID: <1355cc99-5dfb-4ef6-49a2-3ed538aa5daa@stankevitz.com> Date: Wed, 22 Feb 2017 09:23:03 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20170222233954.J37376@sola.nimnet.asn.au> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Feb 2017 17:23:08 -0000 On 2/22/17 5:08 AM, Ian Smith wrote: > While Matthew well advises using user crontabs where appropriate, this > is one case where it's likely best to edit /etc/crontab directly. > > I've never had qualms about editing /etc/crontab, and do so often, but > to address concerns about source or binary upgrades, sufficient backup > becomes something like # cp -p /etc/crontab /root/crontab.mine Thank you all -- worked fine (as expected). Chris