Dircolors empty output

2003-08-14 Thread Mark Holt
I have just discovered dircolors, and thought I would try it, however, I have tried it on a number of machines and with a number of files, including the default, and I always get LS_COLORS=''; export LS_COLORS This is not the behavior I want. Is this a bug, or is there some flag I need

Re: Dircolors empty output

2003-08-14 Thread Jim Meyering
"Mark Holt" <[EMAIL PROTECTED]> wrote: > I have just discovered dircolors, and thought I would try it, however, I > have tried it on a number of machines and with a number of files, > including the default, and I always get > LS_COLORS=''; > export LS_C

Re: Problems when running dircolors

2001-11-19 Thread Uwe H. Steinfeld
18, 2001 8:35 PM Subject: Problems when running dircolors Dear Ladies and Gentlemen, Sorry for troubling you, but I expirienced a serious problem when opening new windows under kde. I am using SuSE Linux Version 6.4 with a kernel version 2.2.14

dircolors

2001-09-27 Thread David Litten
Hi. I have a couple of problems with dircolors: dircolors returns settings that don't seem to match what I see. eg. symlinks are showing up as blinking reverse video red, but the ln setting from dircolors is 01;36 dircolors --print-database > junk outputs the current setti

problem with fileutils-4.1 dircolors

2001-05-24 Thread Peter Woit
After upgrading from fileutils-4.0 to fileutils-4.1 dircolors misbehaves: csh> eval `dircolors` Unknown colorls variable `do'. This is quite a problem since it causes all .login scripts to fail tcsh-6.10.00 glibc-2.2.3 gcc-2.95.3 Peter Woit [EMAIL P

Bug report for fileutiles. line 40 of dircolors. (ignore last e-mail)

2001-03-25 Thread ouegamer
Line 40 of dircolors.c says char *strndup(); This fails when I compile saying macro has wrong number of arguments someone on Dalnet's #Linux says it should be char *strndup(const char*) not sure if that'l work, but it seems strange that the latest version would have this compile time error. Hopeful

Bug report for fileutiles. line 40 of dircolors.

2001-03-25 Thread ouegamer
-- Get your free email from www.uymail.com Powered by Outblaze ___ Bug-fileutils mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-fileutils

Re: dircolors (fileutils) 4.0

2001-03-04 Thread Jim Meyering
Thanks for the report. That's fixed in the latest test release. ftp://alpha.gnu.org/gnu/fetish/ Keith <[EMAIL PROTECTED]> wrote: | Building dircolors from fileutils 4.0 on a glibc 2.2.2 linux box with | gcc 2.95.2 yields the error: | | dircolors.c:40: macro `strndup' u

dircolors (fileutils) 4.0

2001-03-03 Thread Keith
Hi. Building dircolors from fileutils 4.0 on a glibc 2.2.2 linux box with gcc 2.95.2 yields the error: dircolors.c:40: macro `strndup' used without args Line 40 should simply be removed. Regards, kw -- Keith Warno[EMAIL PROTECTED] Valaran Corporation Pengui

Re: dircolors

2000-10-17 Thread Jim Meyering
Frank-Michael Moser <[EMAIL PROTECTED]> writes: | The only answer of dircolors is: | | LS_COLORS=''; | export LS_COLORS What value does $TERM have in your environment? Do this: echo $TERM | But printing out the database | (dircolors -p) works well. | | Giving a file to dirc

dircolors

2000-10-15 Thread Frank-Michael Moser
The only answer of dircolors is: LS_COLORS=''; export LS_COLORS But printing out the database (dircolors -p) works well. Giving a file to dircolors seems to have no effect?! begin:vcard n:Moser;Frank-Michael tel;work:+49 (3834)515230 x-mozilla-html:FALSE url:www.decodon.com o

dircolors

2000-06-23 Thread John Skelton
Hi, In the man page for dircolors please mention dir_colors. :-) John.

Re: fileutils 4.0: dircolors fails to compile against glibc 2.1.90

2000-06-06 Thread Jim Meyering
"Maciej W. Rozycki" <[EMAIL PROTECTED]> writes: | Glibc as of 2.1.90 (I'm using a snapshot from May 23rd) defines a macro | named "strndup" when including . As a result dircolors no | longer compiles. | | The attached patch fixes the problem for me. Thanks f

fileutils 4.0: dircolors fails to compile against glibc 2.1.90

2000-06-06 Thread Maciej W. Rozycki
Hello, Glibc as of 2.1.90 (I'm using a snapshot from May 23rd) defines a macro named "strndup" when including . As a result dircolors no longer compiles. The attached patch fixes the problem for me. Maciej -- + Maciej W. Rozycki, Technical University of