Files @ d34baf50c1b1
Branch filter:

Location: DistRen/etc/distrenserver.conf

LordOfWar
-prepare_distrenjob() now uses distrenjob_new() to initilize the job, but then assigns values from the parameters to their proper distrenjob variables
-removed unneeded comments/TODOs
/*
 configuration for _this_ server
*/
me
{
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")

datadir = "/var/lib/distren"

listen {
       type = "unix"
       path = "/var/run/distrend.sock"
       port = "0770"
}