Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37564775
en ru br
ALT Linux repos
S:6.20.00-alt4
5.0: 6.16.00-alt1
4.1: 6.16.00-alt0.M41.1
4.0: 6.14.00-alt2
3.0: 6.14.00-alt1

Group :: Shells
RPM: tcsh

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: tcsh-6.17.00-alt-lscolors.patch
Download


--- tcsh-6.14.00/tw.color.c.orig	2005-03-03 18:40:53 +0200
+++ tcsh-6.14.00/tw.color.c	2005-11-22 10:12:37 +0200
@@ -73,6 +73,16 @@
     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"),	/* File that is setuid (u+s) */
+    VAR(NOS, "sg", "30;43"),	/* File that is setgid (g+s) */
+    VAR(NOS, "tw", "30;42"),	/* Dir that is sticky and other-writable (+t,o+w) */
+    VAR(NOS, "ow", "34;42"),	/* Dir that is other-writable (o+w) and not sticky */
+    VAR(NOS, "st", "37;44"),	/* Dir with the sticky bit set (+t) and not other-writable */
+    VAR(NOS, "ex", "01;32"),	/* File with execute permission */
+    VAR(NOS, "ca", ""),		/* File with capability */
+    VAR(NOS, "hl", ""),		/* Hardlink */
+    VAR(NOS, "mh", ""),		/* MULTIHARDLINK */
+    VAR(NOS, "cl", ""),		/* CLRTOEOL */
 #ifdef IS_ASCII
     VAR(NOS, "lc", "\033["),	/* Left code (ASCII) */
 #else
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin