From owner-freebsd-arm@freebsd.org Thu Dec 12 09:49:36 2019 Return-Path: Delivered-To: freebsd-arm@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EF34B1CB867; Thu, 12 Dec 2019 09:49:36 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (cross.sbone.de [195.201.62.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47YTXv6vYwz4LWc; Thu, 12 Dec 2019 09:49:35 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 41C938D4A248; Thu, 12 Dec 2019 09:49:27 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id B4F49E707CB; Thu, 12 Dec 2019 09:49:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id Zqly8byECk0m; Thu, 12 Dec 2019 09:49:25 +0000 (UTC) Received: from [192.168.2.110] (unknown [IPv6:fde9:577b:c1a9:31:b92e:1fc6:dc45:16bb]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 50249E707AD; Thu, 12 Dec 2019 09:49:24 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Mori Hiroki" Cc: freebsd-mips@freebsd.org, freebsd-arm@freebsd.org Subject: Re: etherswitchcfg command Date: Thu, 12 Dec 2019 09:49:23 +0000 X-Mailer: MailMate (2.0BETAr6146) Message-ID: <4BA635FC-30DD-41F0-9EF6-69F461AC75DE@lists.zabbadoz.net> In-Reply-To: <800039668.4033885.1576113110852.JavaMail.yahoo@mail.yahoo.co.jp> References: <800039668.4033885.1576113110852.JavaMail.yahoo.ref@mail.yahoo.co.jp> <800039668.4033885.1576113110852.JavaMail.yahoo@mail.yahoo.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47YTXv6vYwz4LWc X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of bzeeb-lists@lists.zabbadoz.net designates 195.201.62.131 as permitted sender) smtp.mailfrom=bzeeb-lists@lists.zabbadoz.net X-Spamd-Result: default: False [-5.14 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCVD_COUNT_FIVE(0.00)[5]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; R_SPF_ALLOW(-0.20)[+ip4:195.201.62.131]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[zabbadoz.net]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-2.84)[ip: (-8.96), ipnet: 195.201.0.0/16(-3.63), asn: 24940(-1.58), country: DE(-0.02)]; FREEMAIL_TO(0.00)[yahoo.co.jp]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:24940, ipnet:195.201.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[] X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Dec 2019 09:49:37 -0000 On 12 Dec 2019, at 1:11, Mori Hiroki wrote: Hi, > I do some time typo etherswitchcfg command.  > Because command name is too long. etherswitchcfg > is second longest command in /sbin. > I think good more short name for ex escfg or > eswcfg. > > Do you think this ? It is quite long. Shell alias and tab expansion exist to assist with it. The other question is: is what is really needed a useable startup script so one can have the config in config file and doesn’t have to type it all the time? /bz