Comment #0 by leandro.lucarella — 2010-08-05T07:00:54Z
According to the FHS[1] (Filesystem Hierarchy Standard), "The /usr/local hierarchy is for use by the system administrator when installing software locally", so by default DMD should probably be installed there (and give a nice and simple option in the makefile to let the package maintainers change that to /usr, probably using the well known "prefix" variable).
Anyway, even when things installed in /usr/local could have their config files in /etc directly, it is recommended to use /usr/local/etc instead, in case you want to install a local version of a program already installed as a package.
DMD should then look for dmd.conf in /usr/local/etc before looking in /etc.
[1] http://www.pathname.com/fhs/
Comment #1 by robert.schadek — 2024-12-13T17:52:46Z