PDA

View Full Version : [Solved] location of custom.conf for gdm


sacauskis
June 10th, 2010, 17:13
I'm trying to set up XMDCP for GDMand can't get a definitive answer for this. I've googled, looked at the FreeBSD Handbook and GNOME documenation but I can't find the answer. What location does GDM look for the custom.conf? I've seen /etc/gdm, /etc/X11/etc, /usr/local/etc/gdm. Is there one particular one or does it search in some order?

SirDice
June 10th, 2010, 17:27
All ports use /usr/local/ as a prefix. The only exception to this rule is Xorg. On linux it's customary to drop everything in /etc/. For FreeBSD it should be /usr/local/etc/.

sacauskis
June 10th, 2010, 19:38
Thanks.