Files @ de10e84d4964
Branch filter:

Location: DistRen/etc/distrenclient.conf

ethanzonca
Added sample initscript for simpleslave. Todo: parse conf files for info, etc
/*
 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 = "ohnopublishing"
}

include("distrencommon.conf")