Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103968 - mc installs /usr/share/mc/mc.gentoo without x permission
Summary: mc installs /usr/share/mc/mc.gentoo without x permission
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 122768
  Show dependency tree
 
Reported: 2005-08-27 14:03 UTC by Hiel Van Campen
Modified: 2006-02-14 08:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.