Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 103968

Summary: mc installs /usr/share/mc/mc.gentoo without x permission
Product: Gentoo Linux Reporter: Hiel Van Campen <hielvc>
Component: Current packagesAssignee: Heinrich Wendel (RETIRED) <lanius>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 122768    

Description Hiel Van Campen 2005-08-27 14:03:07 UTC
mc installs /usr/share/mc/mc.gentoo as 
ls -l   -rw-r--r--  1 root root  322 Aug 27 13:47 mc.gentoo

Should be 755 instead of 644 other wise you get permission denied during login
when you use 
 # Midnight Commander chdir enhancement
 if [ -f /usr/share/mc/mc.gentoo ]; then
        /usr/share/mc/mc.gentoo
 fi

Reproducible: Always
Steps to Reproduce:
1.emerge mc
2. login 
3.

Actual Results:  
permission denied or some such

Expected Results:  
no errors
Comment 1 Hiel Van Campen 2005-11-04 18:34:54 UTC
Here is the actual login in error "-bash: /usr/share/mc/mc.gentoo: Permission
denied "
Comment 2 Hiel Van Campen 2006-02-14 08:05:54 UTC
I just installed mc-4.6.0-r14 and this problem is solved.