Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 672156 Details for
Bug 849429
Fedora 18 256 color terminal feature
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
ensure ls auto enables 256 colors
initscripts-256color-fix.diff (text/plain), 1.46 KB, created by
Pádraig Brady
on 2013-01-03 19:08:24 UTC
(
hide
)
Description:
ensure ls auto enables 256 colors
Filename:
MIME Type:
Creator:
Pádraig Brady
Created:
2013-01-03 19:08:24 UTC
Size:
1.46 KB
patch
obsolete
>From 4269799e0888915e4032b6d20fcab699e2d63d02 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?P=C3=A1draig=20Brady?= <pbrady@redhat.com> >Date: Thu, 3 Jan 2013 19:00:55 +0000 >Subject: [PATCH] fix run order of 256 color script > >Rename to 256term.sh so that shell as guaranteed by >POSIX globbing rules, will run the scripts early. >Specifically this ensures these init scripts run >before the colorls script from the coreutils package, >thus causing ls to enable the 256 color set. >--- > term256.csh => 256term.csh | 0 > term256.sh => 256term.sh | 0 > Makefile | 2 +- > 3 files changed, 1 insertions(+), 1 deletions(-) > rename term256.csh => 256term.csh (100%) > rename term256.sh => 256term.sh (100%) > >diff --git a/term256.csh b/256term.csh >similarity index 100% >rename from term256.csh >rename to 256term.csh >diff --git a/term256.sh b/256term.sh >similarity index 100% >rename from term256.sh >rename to 256term.sh >diff --git a/Makefile b/Makefile >index c6fc7a0..ea16f2b 100644 >--- a/Makefile >+++ b/Makefile >@@ -24,7 +24,7 @@ install: > install -m644 rwtab statetab networks $(ROOT)/etc > install -m755 service $(ROOT)/sbin > install -m644 lang.csh lang.sh $(ROOT)/etc/profile.d >- install -m644 term256.csh term256.sh $(ROOT)/etc/profile.d >+ install -m644 256term.csh 256term.sh $(ROOT)/etc/profile.d > install -m644 debug.csh debug.sh $(ROOT)/etc/profile.d > install -m755 sys-unconfig $(ROOT)/usr/sbin > install -m644 service.8 sys-unconfig.8 $(ROOT)$(mandir)/man8 >-- >1.7.6.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 849429
:
605480
| 672156 |
960055