diff --git a/etc/distrendaemon.conf b/etc/distrendaemon.conf.in copy from etc/distrendaemon.conf copy to etc/distrendaemon.conf.in --- a/etc/distrendaemon.conf +++ b/etc/distrendaemon.conf.in @@ -3,7 +3,7 @@ */ daemon { - datadir = "/var/lib/distren" + datadir = "@LOCALSTATEDIR@/@PACKAGE@" render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} } @@ -12,6 +12,6 @@ include("distrencommon.conf") listen { type = "unix" - path = "/var/run/distrend.sock" + path = "@RUNSTATEDIR@/@PACKAGE@d.sock" port = "0770" } \ No newline at end of file