# HG changeset patch # User Binki # Date 2009-12-07 20:40:58 # Node ID e975833b57db5db10d156a01d52bdf3a826c8934 # Parent a255abd6e6f80eb4a030f478bbff9875facd5943 removed *.conf that should be generated from *.conf.in diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -41,6 +41,8 @@ AC_CHECK_LIB([list], [list_init], [ AC_SUBST([LIST_LIBS],[-llist])], [ AC_MSG_ERROR([I need liblist to be installed]) ]) +echo $libdir + AC_FUNC_FORK AC_FUNC_MALLOC diff --git a/etc/distrenclient.conf b/etc/distrenclient.conf deleted file mode 100644 --- a/etc/distrenclient.conf +++ /dev/null @@ -1,11 +0,0 @@ -/* - A client is essentially the libdistren library or any app that is submitting - files. Thus, it should only need to know which server to access. Credentials - specific to a server will be specified per-server for now. -*/ -client -{ - server = "protofusion" -} - -include("distrencommon.conf") diff --git a/etc/distrendaemon.conf b/etc/distrendaemon.conf --- a/etc/distrendaemon.conf +++ b/etc/distrendaemon.conf @@ -3,7 +3,7 @@ */ daemon { - datadir = "/home/ethanzonca/var/distren" + datadir = "/home/ohnobinki/var/distren" render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} } @@ -12,6 +12,6 @@ include("distrencommon.conf") listen { type = "unix" - path = "/home/ethanzonca/var/run/distrend.sock" + path = "/home/ohnobinki/var/run/distrend.sock" port = "0770" } diff --git a/etc/distrenslave.conf b/etc/distrenslave.conf --- a/etc/distrenslave.conf +++ b/etc/distrenslave.conf @@ -1,7 +1,7 @@ slave { username = "!username" - datadir = "/home/ethanzonca/var/distren" + datadir = "/home/ohnobinki/var/distren" } include("distrencommon.conf")