Files @ 9f7b19e75f9b
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

binki
readded AC_DEFINE_DIR so that config files have stuff substituted properly
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "@LOCALSTATEDIR@/@PACKAGE@"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}

  listen {
         type = "unix"
         path = "@RUNSTATEDIR@/@PACKAGE@d.sock"
         port = "0770"
  }
}
include("distrencommon.conf")