Files @ 29bb47ae5ba9
Branch filter:

Location: DistRen/etc/distrendaemon.conf.in - annotation

binki
distrend code cleanup, struct general_info not global, fix change_job_priority()

A lot of references to the struct general_info had to be fixed. I fixed many chunks of code form as I came upon stuff that made no sense.
/*
 configuration for _this_ server
*/
daemon
{
  datadir = "@LOCALSTATEDIR@/@PACKAGE@"
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
}

include("distrencommon.conf")


listen {
       type = "unix"
       path = "@RUNSTATEDIR@/@PACKAGE@d.sock"
       port = "0770"
}