Am Friday 18 November 2005 10:02 schrieb Harri K Tikkala:
> Hello guys... Just finished building devel book. I have some issues with
> PAM, or I think it is with PAM. When starting to build OpenOffice2 i get
> an error.. Unknown colorls variable `su.... then again it came when tried
> to compile Xv...
Here is my patch to solve the colorls problem.
--- tcsh-6.14.00/tw.color.c 2005-03-03 16:40:53.000000000 +0000
+++ tcsh-6.14.99/tw.color.c 2005-11-21 00:52:21.000000000 +0000
@@ -73,6 +73,11 @@
VAR(NOS, "fi", "0"), /* Regular file */
VAR(NOS, "no", "0"), /* Normal (non-filename) text */
VAR(NOS, "mi", ""), /* Missing file (defaults to fi) */
+ VAR(NOS, "su", "37;41"), /* Suid */
+ VAR(NOS, "sg", "30;43"), /* Sgid */
+ VAR(NOS, "st", "37;44"), /* Sticky */
+ VAR(NOS, "ow", "34;42"), /* Other Writable */
+ VAR(NOS, "tw", "30;42"), /* Sticky Other Writable */
#ifdef IS_ASCII
VAR(NOS, "lc", "\033["), /* Left code (ASCII) */
#else
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page