Files @ f1fb3f3ed558
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in

binki
kill createJobFromXML(), fix distrenjob_unserialize(), kill distrenjob.email
/*
 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")