Bug 113029 - [patch] x11/xdm: xdm-1.1.4_1 - Xstartup and Xreset refer to undefined XDMCONFIGDIR
Summary: [patch] x11/xdm: xdm-1.1.4_1 - Xstartup and Xreset refer to undefined XDMCONF...
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-x11 (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-26 15:10 UTC by Jonathan Liu
Modified: 2007-07-02 19:21 UTC (History)
0 users

See Also:


Attachments
file.diff (429 bytes, patch)
2007-05-26 15:10 UTC, Jonathan Liu
no flags Details | Diff
file.diff (434 bytes, patch)
2007-05-26 15:10 UTC, Jonathan Liu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Liu 2007-05-26 15:10:05 UTC
XDM tries to access the Xservers file in directory 'XDMCONFIGDIR' which is not defined.

I am using X.Org 7.2 built using ports on a clean installation without X11 installed.

Patch might break compatibility with previous versions of X.Org?

How-To-Repeat: Enable XDMCP and try to login using XDMCP query.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-26 15:10:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-x11

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-02 18:35:19 UTC
lesi        2007-07-02 17:35:13 UTC

  FreeBSD ports repository

  Modified files:
    x11/xdm              Makefile pkg-plist 
  Added files:
    x11/xdm/files        patch-config_Makefile.in 
  Log:
  Replace placeholder XDMCONFIGDIR with proper value in Xreset and Xstartup
  scripts [1].
  Don't clobber user modifiable config files and scripts [2].
  
  PR:             [1] ports/113029 (REINPLACE instead of patch), [2] ports/113894
  
  Revision  Changes    Path
  1.3       +13 -1     ports/x11/xdm/Makefile
  1.1       +68 -0     ports/x11/xdm/files/patch-config_Makefile.in (new)
  1.3       +38 -14    ports/x11/xdm/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 lesi freebsd_committer freebsd_triage 2007-07-02 19:20:16 UTC
State Changed
From-To: open->closed

Used REINPLACE in Makefile instead. Thanks for report!