From owner-svn-src-all@freebsd.org Mon Jan 4 16:50:02 2016 Return-Path: Delivered-To: svn-src-all@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 68D6DA627D9 for ; Mon, 4 Jan 2016 16:50:02 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3C9DF14E0 for ; Mon, 4 Jan 2016 16:50:02 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-qk0-x231.google.com with SMTP id q19so75407446qke.3 for ; Mon, 04 Jan 2016 08:50:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=mRlt2BfieutsqXFfcyQxhEShUC+QC+wprHluuS0L3KI=; b=SsMf7LNkYXsIxFSSGi2PT4qAUc+cN4M+cr6s1jFyttXRW/KV0rL25VkQk66rAP5I20 f4f1h6swO1vhaxGQQ3OHedYGAw7be+l8lWZTRcc7T8Ey6RGznMvhYxJNz7s4Y3EYG9Vn h9ZxLUNJm3rbyUIFzBfsUR3+krWw3Ejdq+yjUM4D8Kpa3WWd4nK5oHw+DQGQPlfTMI3+ sIKzvhnubK/H08kxcCQSkX/hMIZKMPCLSnwYYzt8A9mOhDcw7wxqttPkyPR524/EwRYT VoXqcXOU18eMLlBJabQ78cUu4RrygD+o1HuxZfVSONR3Twf06hJbgOgmoMxrWNM+3On4 rWXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=mRlt2BfieutsqXFfcyQxhEShUC+QC+wprHluuS0L3KI=; b=JIkSL3YIh58bDIR/9TjzafI3k9KOVXAGT4GzG88Fk3Z/vZqA/9AvLUfreoyUTbQ6o6 ulLJcBBTxDdQ7HX8Ist6nJ+rVNrnX4Ma6CiRLTdPXTEOok/mA020NsA7Rl9X9vwscwSe qBx/i8skwv8fPWF7fFa2nUToI3Z06+IqT2dcJZaFE3LFV9frnh8du33yhA7rS2LVJKb8 /y8Na48U7uM4R+540N5jIMjJ7RsjdMx0RbHOPe2ZgzK2Qh/5+9gw0pRYJ7rEtCflcSfB HEGnEFNqWPJlryt6goIN5aFv6QSai0g5tzQW7LdvHxst4HajmvUwQAtC+GsxtjMyjUgb Jtrg== X-Gm-Message-State: ALoCoQnHOhnXinLBcbqQYN1ElCPE4mtL1sZLIz6ZjlWUisHS8rLINmJDbNyPLL4DRKCK0a7W2Breol7AfFiYiO4NoeGf2eXGMA== MIME-Version: 1.0 X-Received: by 10.55.81.87 with SMTP id f84mr15319800qkb.10.1451926200908; Mon, 04 Jan 2016 08:50:00 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.140.27.181 with HTTP; Mon, 4 Jan 2016 08:50:00 -0800 (PST) X-Originating-IP: [50.253.99.174] In-Reply-To: <7fjp-lonn-wny@vfemail.net> References: <201601031918.u03JImBs012182@repo.freebsd.org> <7fjp-lonn-wny@vfemail.net> Date: Mon, 4 Jan 2016 09:50:00 -0700 X-Google-Sender-Auth: EjZrYL9EiV2XcbVCoy1XDE4i3G8 Message-ID: Subject: Re: svn commit: r293115 - head/etc From: Warner Losh To: Jan Beich Cc: Warner Losh , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Mon, 04 Jan 2016 16:50:02 -0000 On Mon, Jan 4, 2016 at 1:44 AM, Jan Beich wrote: > Warner Losh writes: > > > Author: imp > > Date: Sun Jan 3 19:18:48 2016 > > New Revision: 293115 > > URL: https://svnweb.freebsd.org/changeset/base/293115 > > > > Log: > > Use /bin/rm to remove /firstboot*. Otherwise rm -i alias is picked > > up and can cause issues on boot with the prompts. > > Why do you have ~/.profile stuff leaking into rc* boot sequence? > Because I though they were in /root/.profile. I was going to quote them here. Also, all other instances of rm in the rc files I noticed with a quick grep has /bin/rm. Turns out it is simply rm's default behavior w/o -f to prompt, I think. Warner