From owner-svn-src-all@FreeBSD.ORG Thu Feb 5 21:19:02 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D454AE27; Thu, 5 Feb 2015 21:19:02 +0000 (UTC) Received: from mail-qc0-x233.google.com (mail-qc0-x233.google.com [IPv6:2607:f8b0:400d:c01::233]) (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 8AE0BD30; Thu, 5 Feb 2015 21:19:02 +0000 (UTC) Received: by mail-qc0-f179.google.com with SMTP id w7so8582529qcr.10; Thu, 05 Feb 2015 13:19:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=0cLiewztgUkaE7jRapwsU0gJ6Mfxohen1YJ0HK1lhmU=; b=DoFUWez6GMJrRxJzA4obVO6a/dyZoLRnQExoHng8T0yWroAAunD7qcwuYJ34VMbJoW ky8SS1Mgv6DXZXhnHhWQzsurm4IOjbsshZFtES8J1XisOUh1B0CDnPS3ZDyMpMs5HkoV hK3n3ftaSLNtgEdHEnystYCb2UNlcJxb7IZH2PauQY8LGjs+1Kzm7nggzRmy0ZMr9JWg bUAPd61SJo9xsRae3A+jcrt6pP6yiRuZyX1u9udqJeVhaX/GCJOZy6vALqGXZtIN4yB6 Gt3j9eX/NhhJAaFrtEiUvWU/HTkagnFQo//R5RIgRYAuLu1Ry5d4aG/can5lTVnPNDqU j0lw== X-Received: by 10.224.120.10 with SMTP id b10mr340832qar.19.1423171140769; Thu, 05 Feb 2015 13:19:00 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.140.39.209 with HTTP; Thu, 5 Feb 2015 13:18:39 -0800 (PST) In-Reply-To: References: <201502051138.t15BcUlj070663@svn.freebsd.org> <1724492.FMbRRniWv7@ralph.baldwin.cx> From: Ed Maste Date: Thu, 5 Feb 2015 16:18:39 -0500 X-Google-Sender-Auth: vk51_uYVXwdco2xi-nIgRBWxitE Message-ID: Subject: Re: svn commit: r278249 - head/etc/rc.d To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Garrett Cooper , John Baldwin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 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: Thu, 05 Feb 2015 21:19:03 -0000 On 5 February 2015 at 15:51, Garrett Cooper wrote: > > Unfortunately it is LEGACY_CONSOLE specific right now: I'm not sure what was considered a non-legacy console when the LEGACY_CONSOLE change went in, but the tools it controls are useful for both syscons(4) and vt(4). Note that LEGACY_CONSOLE is a default yes option.