maintainer-feedback requested: [Bug 244404] x11/xdm: stray #endif in installed Xresources.sample
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
Bugzilla Automation <[email protected]> has asked freebsd-x11 mailing list <[email protected]> for maintainer-feedback: Bug 244404: x11/xdm: stray #endif in installed Xresources.sample https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244404 --- Description --- Using xdm 1.1.12, I get an error in xdm.log when starting a session: xdm info (pid 3008): Starting X server on :0 /usr/local/etc/X11/xdm/Xresources:67:2: error: #endif without #if #endif /* XPM */ The original source file has: #ifdef XPM XHASHif PLANES >= 8 xlogin*logoFileName: BITMAPDIR/XDM_PIXMAP XHASHelse xlogin*logoFileName: BITMAPDIR/XDM_BWPIXMAP XHASHendif xlogin*useShape: true xlogin*logoPadding: 10 #endif /* XPM */ and the "#ifdef XPM" is not present in the installed file, only the extra #endif. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"