Bug 44912 - Incorrect permissions set for /usr/X11R6/etc/gdm/Sessions/.keep_me
Summary: Incorrect permissions set for /usr/X11R6/etc/gdm/Sessions/.keep_me
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-04 23:20 UTC by Kevin Tower
Modified: 2002-11-04 23:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Tower 2002-11-04 23:20:01 UTC
After installing the GDM port the following message is output to the system console when GDM is started:

Nov  4 09:05:41 mancuso gdmlogin[840]: Wrong permissions on /usr/X11R6/etc/gdm/Sessions//.keep_me. Should be readable/executable for all.

Fix: 

chmod 755 /usr/X11R6/etc/gdm/Sessions/.keep_me

(Admittedly, I have no idea what this file actually does, but adding execute perms makes the message go away)
How-To-Repeat: Install GDM from ports and run it.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-11-04 23:30:37 UTC
Responsible Changed
From-To: freebsd-ports->gnome

Over to maintainers.
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-11-04 23:30:53 UTC
State Changed
From-To: open->closed

Fixed.  Thanks for reporting.  FYI, this error was safe to ignore.