Changeset - 67c77fdf3f11
[Not reviewed]
default
1 1 3
Nathan Brink (binki) - 16 years ago 2009-05-31 01:40:08
ohnobinki@ohnopublishing.net
split configuration file up
4 files changed with 21 insertions and 19 deletions:
0 comments (0 inline, 0 general)
etc/Makefile.am
Show inline comments
 
sysconf_DATA = distren.conf
 
sysconf_DATA = distrenclient.conf distrencommon.conf distrenserver.conf
etc/distrenclient.conf
Show inline comments
 
new file 100644
 
/*
 
 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")
etc/distrencommon.conf
Show inline comments
 
file renamed from etc/distren.conf to etc/distrencommon.conf
 
@@ -26,21 +26,3 @@ server ohnopublishing
 
  types = {"distribution"}
 
}
 

	
 
/*
 
 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"
 
}
 

	
 
/*
 
 configuration for _this_ server
 
*/
 
me
 
{
 
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"} //
 
}
 

	
etc/distrenserver.conf
Show inline comments
 
new file 100644
 
/*
 
 configuration for _this_ server
 
*/
 
me
 
{
 
  render_types = {"povray", "blender", "inkscape", "imagemagick", "dcraw"}
 
}
 

	
 
include("distrencommon.conf")
0 comments (0 inline, 0 general)