On Fri, Nov 11, 2011 at 11:29 AM, Colin Law <clanlaw@googlemail.com> wrote:
> On 11 November 2011 16:59, Peng Yu <pengyu.ut@gmail.com> wrote:
>> Hi,
>>
>> ~$ echo $EDITOR
>>
>> ~$ echo $VISUAL
>>
>> ~$ ll /usr/bin/editor
>> lrwxrwxrwx 1 root root 24 2010-05-14 17:23 /usr/bin/editor ->
>> /etc/alternatives/editor
>> pengy@pengy-desktop:~$ readlink -f -e /usr/bin/editor
>> /usr/bin/vim.gnome
>>
>> I have the above environment. But when I call run "crontab -e". nano
>> is invoked. I think that vim.genome should be called. I'm wondering
>> why the correct one is not called?
>
> Just to check, if you run /usr/bin/editor does it run vim?
I tried it, yes. See also
~$ readlink -f -e /usr/bin/editor
/usr/bin/vim.gnome
--
Regards,
Peng
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
Sat Nov 12 00:30:03 2011
Return-path: <gentoo-dev+bounces-48552-tom=linux-archive.org@lists.gentoo.org>
Envelope-to: tom@linux-archive.org
Delivery-date: Sat, 12 Nov 2011 00:04:26 +0200
Received: from pigeon.gentoo.org ([208.92.234.80]:51864 helo=lists.gentoo.org)
by s2.java-tips.org with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.69)
(envelope-from <gentoo-dev+bounces-48552-tom=linux-archive.org@lists.gentoo.org>)
id 1ROzD0-0001G0-N9
for tom@linux-archive.org; Sat, 12 Nov 2011 00:04:26 +0200
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id DF2F621C0CC;
Fri, 11 Nov 2011 22:04:16 +0000 (UTC)
X-Original-To: gentoo-dev@lists.gentoo.org
Delivered-To: gentoo-dev@lists.gentoo.org
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
by pigeon.gentoo.org (Postfix) with ESMTP id 39D0F21C098
for <gentoo-dev@lists.gentoo.org>; Fri, 11 Nov 2011 22:01:59 +0000 (UTC)
Received: from [192.168.178.20] (e178072056.adsl.alicedsl.de [85.178.72.56])
(using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits))
(No client certificate requested)
(Authenticated sender: chithanh)
by smtp.gentoo.org (Postfix) with ESMTPSA id 2F9151B4047
for <gentoo-dev@lists.gentoo.org>; Fri, 11 Nov 2011 22:01:57 +0000 (UTC)
Message-ID: <4EBD9B47.6030008@gentoo.org>
Date: Fri, 11 Nov 2011 23:01:43 +0100
From: =?UTF-8?B?Q2jDrS1UaGFuaCBDaHJpc3RvcGhlciBOZ3V54buFbg==?=
<chithanh@gentoo.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20111031 Firefox/7.0.1 SeaMonkey/2.4.1
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] rfc: openrc: use iproute2 for all network handling
in linux
References: <20111111215344.GA31226@linux1>
In-Reply-To: <20111111215344.GA31226@linux1>
X-Enigmail-Version: 1.4a1pre
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
William Hubbs schrieb:
> I realize there would be a trade-off if I stop supporting linux's
> ifconfig and route in openrc, but how much of a trade-off? Would the
> benefits of iproute2 outweigh the down side of not supporting ifconfig
> and route on linux?
>=20
> What does everyone think?
+1
Do you need iproute2 at all? I think you could fall back to busybox if
iproute2 is not installed.
While you are at it, please also switch from wireless-tools to iw

https://bugs.gentoo.org/show_bug.cgi?id=3D261655
Best regards,
Ch=C3=AD-Thanh Christopher Nguy=E1=BB=85n