Re: [gentoo-user] ls config file?

2016-02-02 Thread David Haller
Hello, On Tue, 02 Feb 2016, Raffaele BELARDI wrote: >Andrew Tselischev wrote: >> On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote: >>> The option that controls this is --quoting-style, so >>> can alias 'ls' to include this option but was wondering if there is a >>> global

[gentoo-user] ls config file?

2016-02-02 Thread Raffaele BELARDI
After a recent update of coreutils to version 8.25, 'ls -l' started displaying names containing spaces enclosed in single quotes, e.g.: drwxr-xr-x 6 belardi users 4096 May 21 2012 'Audio Libraries' drwxr-xr-x 2 belardi users 4096 Jun 10 2014 Brochure The option that controls this is

Re: [gentoo-user] ls config file?

2016-02-02 Thread Andrew Tselischev
On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote: > The option that controls this is --quoting-style, so > --quoting-style=literal returns to the old behaviour (which I prefer). I > can alias 'ls' to include this option but was wondering if there is a > global configuration file

Re: [gentoo-user] ls config file?

2016-02-02 Thread Andrew Tselischev
On Tue, Feb 02, 2016 at 10:47:04AM +, Andrew Tselischev wrote: > [...] > Don't forget to regenerate the manifest > > ebuild .../sys-apps/coreutils/coreutils-8.25.ebuild manifest > > and recompile! > [...] I forgot to mention, that if you seriously want to take that approach, you'd

Re: [gentoo-user] ls config file?

2016-02-02 Thread covici
Neil Bothwick wrote: > On Tue, 2 Feb 2016 11:07:02 +, Andrew Tselischev wrote: > > > I forgot to mention, that if you seriously want to take that approach, > > you'd need to mirror coreutils' ebuilds in your own portage overlay. The > > changes to the ebuild (and

Re: [gentoo-user] ls config file?

2016-02-02 Thread Neil Bothwick
On Tue, 2 Feb 2016 11:07:02 +, Andrew Tselischev wrote: > I forgot to mention, that if you seriously want to take that approach, > you'd need to mirror coreutils' ebuilds in your own portage overlay. The > changes to the ebuild (and Manifest) will get overwritten next time you > sync the

Re: [gentoo-user] ls config file?

2016-02-02 Thread Raffaele BELARDI
Andrew Tselischev wrote: > On Tue, Feb 02, 2016 at 09:54:37AM +0100, Raffaele BELARDI wrote: >> The option that controls this is --quoting-style, so >> --quoting-style=literal returns to the old behaviour (which I prefer). I >> can alias 'ls' to include this option but was wondering if there is a

Re: [gentoo-user] ls config file?

2016-02-02 Thread Neil Bothwick
On Tue, 02 Feb 2016 06:55:31 -0500, cov...@ccs.covici.com wrote: > > There's no need for that. Just > > create /etc/env/portage/sys-apps/coreutils containing > > > > post_src_unpack() { > > cd "${S}" > > epatch_user > > } > > Is it not /etc/portage/env instead? Of course it is. I was