From owner-freebsd-questions@freebsd.org Wed Mar 22 00:20:42 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 DC5B2D17C1A for ; Wed, 22 Mar 2017 00:20:42 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x242.google.com (mail-it0-x242.google.com [IPv6:2607:f8b0:4001:c0b::242]) (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 A35A51BD4 for ; Wed, 22 Mar 2017 00:20:42 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x242.google.com with SMTP id z70so3218519itb.1 for ; Tue, 21 Mar 2017 17:20:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=4ylaw7N3cO1dZgZ+vfIe/1SKQ6aj23wqbJOZaQGp7U4=; b=IDTMTvYQbx96+IeMdALq6QzRou+aLyRVrrw6eXMpF5s8AaKvvv2NxbIxdge25fDENZ 1c6tdXYZlruaYGjoWQK4HtwNcfdDLC2Sbuk4JLqaJlXK5Yw0J+H41k6yrzOq2KdyIN/P DUBTQnw9GaeP8hekxrMQt/gG7U5pRYpgf2NEJQSB60Hm9yH7Y2SH50SMLmEkl1AZU0qX 9Xl9F4LOKomaIK5lZRKtJChJEEJUwBrdgPNu65OQASPooy7VUSJ53H77mXxi1e1bNPbs uBgIcoN+wSefDddu8Ap2lYobmMuAthuYchu84ZRugYbKSu4xO0cFfsxqdaZs6LNsE38k XKag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=4ylaw7N3cO1dZgZ+vfIe/1SKQ6aj23wqbJOZaQGp7U4=; b=R4msmtYXF28q7Jv3YVzsfyxXCiEhEMa8ou4wm+fT6G7S4BzdcNPnF6uBFYsSTxOHZv tcvFW4z9HH5LXm2G2hmvGYNvgmsMSerDow4PtCxb/79FtoK0E86Eha++lxInFiQFxS1+ ZUqCg98kG6w7iEQFmxAT6QF/Ie2etey72/etUumNoPYJYjtOVkxLQik9H7BXv2A7iArL dOJ+SL2Otym6EvwLqrQrWk4EkXsBWL67IylfxuPutWjGuN8t8k/1cC68Qb6bJPNsPCXl o/kLNjdcwLEImrjeUTbNwG2VAOffdOqwKKAbFyIpyVmPthnGeYyKxZYon1GwTJ2XpkRV 550A== X-Gm-Message-State: AFeK/H0KCpGro8SH7L0S3CX6aaHYuPVUA3Fvx7ZDOU1YnjVAV5cpWxzpNBMjiZINA3Yu0A== X-Received: by 10.36.197.132 with SMTP id f126mr5293444itg.117.1490142041983; Tue, 21 Mar 2017 17:20:41 -0700 (PDT) Received: from [10.0.10.3] (cpe-65-25-52-33.neo.res.rr.com. [65.25.52.33]) by smtp.googlemail.com with ESMTPSA id m100sm44052iod.14.2017.03.21.17.20.41 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 21 Mar 2017 17:20:41 -0700 (PDT) Message-ID: <58D1C382.9090306@gmail.com> Date: Tue, 21 Mar 2017 20:21:22 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: "Igor R." CC: freebsd-questions@freebsd.org Subject: Re: command line history broken in 11.0 References: <58D1925B.8050500@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; 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 Mar 2017 00:20:43 -0000 Igor R. wrote: > > > Ernie, > > You assertion about -o option sounds reasonable. > I didn't think through if it is consistent with the changes made between > the versions, and I didn't check the earlier history of changes (which > would make your aliases+history working in 10.x) of the code. > > But the changes between 10.3 and 11.0 were indeed related to signal vs > fork, which would be in the right ballpark with what the option -o does, > according to the man pages. > > By the way, - I am still curious if sending halt or reboot into > background would also do what you wanted. If you have a box you can > experiment with, - would you mind doing that? > > snip > I do have a dev box at this time. That is where I did the testing about this problem. I just tried "reboot & ; exit" and it did indeed work.