summaryrefslogtreecommitdiffstats
path: root/source/a/tcsh
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/tcsh')
-rwxr-xr-xsource/a/tcsh/tcsh.SlackBuild5
-rw-r--r--source/a/tcsh/tcsh.nobuiltincolorls.diff11
2 files changed, 0 insertions, 16 deletions
diff --git a/source/a/tcsh/tcsh.SlackBuild b/source/a/tcsh/tcsh.SlackBuild
index a681a6642..b911dd7ff 100755
--- a/source/a/tcsh/tcsh.SlackBuild
+++ b/source/a/tcsh/tcsh.SlackBuild
@@ -64,11 +64,6 @@ rm -rf ${PKGNAM}-$VERSION
tar xvf $CWD/${PKGNAM}-$VERSION.tar.?z || exit 1
cd ${PKGNAM}-$VERSION || exit 1
-# The LS_COLORS variable shared by tcsh has new options in recent
-# versions of coreutils that cause tcsh to exit, so disable the
-# built-in color ls:
-zcat $CWD/${PKGNAM}.nobuiltincolorls.diff.gz | patch -p1 --verbose || exit 1
-
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
diff --git a/source/a/tcsh/tcsh.nobuiltincolorls.diff b/source/a/tcsh/tcsh.nobuiltincolorls.diff
deleted file mode 100644
index 2fd1c2896..000000000
--- a/source/a/tcsh/tcsh.nobuiltincolorls.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./config_f.h.orig 2005-03-04 07:46:04.000000000 -0600
-+++ ./config_f.h 2006-02-09 14:30:59.000000000 -0600
-@@ -174,7 +174,7 @@
- * COLOR_LS_F Do you want to use builtin color ls-F ?
- *
- */
--#define COLOR_LS_F
-+#undef COLOR_LS_F
-
- /*
- * COLORCAT Do you want to colorful message ?