Bug 44912

Summary: Incorrect permissions set for /usr/X11R6/etc/gdm/Sessions/.keep_me
Product: Ports & Packages Reporter: Kevin Tower <ktower>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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.