Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 59075 - net-irc/epic4-2.0 -- permission problems.
Summary: net-irc/epic4-2.0 -- permission problems.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Packages in net-irc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-01 08:40 UTC by Roman Gaufman
Modified: 2004-08-02 14:15 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 Roman Gaufman 2004-08-01 08:40:11 UTC
sudo ls -al /usr/share/epic/help/ | grep 7_D
drwxr-xr-x   3 root root  832 Aug  1 16:15 7_Docs

The documentation isnt accessible by users, therefore the first thing a user is told to run "/help 7 New_User" doesnt run!

After speaking to upstream, they agreed that the permission problem is their fault and rolled together a new tarball for the help pages that is owned by root with correct permissions (rather than being owned by "jnelson")

epic4-help-20040801.tar.gz

So either the new help file should be used, or a chmod added to change permissions for documentation to 755.

Upstream added a note that documentation files have likely changed since last release, and should be tested by maintainer before usage, and checksum for file is obviously different.

Reproducible: Always
Steps to Reproduce:
1. Emerge epic4 (stable is 2.0)
2. Run and type /help 7 New_User
3. Notice that permissions are wrong, and files not accessible by user.
Comment 1 Roman Gaufman 2004-08-01 08:43:07 UTC
Correction, upstream fixed permissions, not ownership.

So file is still owned by "jnelson:users" so chown should remain in either case.

If new file is used, a chmod is no longer needed.
Comment 2 Sven Wegener gentoo-dev 2004-08-02 14:15:11 UTC
I commited -r1 to portage. It includes the updated help files. I had to stick
a chmod 755 ${ROOT}/usr/share/epic/help into pkg_postinst as portage doesn't
sets the new permission on update.