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 920863 Details for
Bug 1122993
perl-homedir.csh causes login error with CSH if PERL_HOMEDIR=0 is set
[?]
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]
Fix
0001-Resolves-1122993-Parse-perl-homedir-configuration-ba.patch (text/plain), 2.09 KB, created by
Petr Pisar
on 2014-07-25 07:25:58 UTC
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Petr Pisar
Created:
2014-07-25 07:25:58 UTC
Size:
2.09 KB
patch
obsolete
>From 3f93032d32e7f042123f7c54e08f88792a81fbf5 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> >Date: Fri, 25 Jul 2014 09:05:27 +0200 >Subject: [PATCH] Resolves: #1122993 - Parse perl-homedir configuration bash > syntax by csh profile script >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Petr PÃsaÅ <ppisar@redhat.com> >--- > perl-homedir.csh | 4 ++-- > perl-local-lib.spec | 7 ++++++- > 2 files changed, 8 insertions(+), 3 deletions(-) > >diff --git a/perl-homedir.csh b/perl-homedir.csh >index b00fb0d..eaacb37 100644 >--- a/perl-homedir.csh >+++ b/perl-homedir.csh >@@ -5,10 +5,10 @@ setenv PERL_HOMEDIR 1 > > # load our configs, aka opportunities to set PERL_HOMEDIR=0 > if (-f /etc/sysconfig/perl-homedir) then >- source /etc/sysconfig/perl-homedir >+ eval `sed -ne 's|^[[:blank:]]*\([^#=]\{1,\}\)=\([^=]*\)|setenv \1 \2;|p' /etc/sysconfig/perl-homedir` > endif > if (-f "$HOME/.perl-homedir") then >- source "$HOME/.perl-homedir" >+ eval `sed -ne 's|^[[:blank:]]*\([^#=]\{1,\}\)=\([^=]*\)|setenv \1 \2;|p' "$HOME/.perl-homedir"` > endif > > alias perlll 'eval "`perl -Mlocal::lib`"' >diff --git a/perl-local-lib.spec b/perl-local-lib.spec >index 1d631b3..aa9eec4 100644 >--- a/perl-local-lib.spec >+++ b/perl-local-lib.spec >@@ -1,6 +1,6 @@ > Name: perl-local-lib > Version: 1.008010 >-Release: 3%{?dist} >+Release: 4%{?dist} > # lib/local/lib.pm -> GPL+ or Artistic > License: GPL+ or Artistic > Group: Development/Libraries >@@ -55,6 +55,7 @@ Group: Development/Libraries > Summary: Per-user Perl local::lib setup > Requires: %{name} = %{version}-%{release} > Requires: /usr/bin/cpan >+Requires: /usr/bin/sed > > %description -n perl-homedir > perl-homedir configures the system to automatically create a ~/perl5 >@@ -95,6 +96,10 @@ make test > %{_sysconfdir}/profile.d/* > > %changelog >+* Fri Jul 25 2014 Petr Pisar <ppisar@redhat.com> - 1.008010-4 >+- Parse perl-homedir configuration bash syntax by csh profile script >+ (bug #1122993) >+ > * Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.008010-3 > - Mass rebuild 2013-12-27 > >-- >1.9.3 >
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 1122993
:
920563
|
920863
|
921723