Changeset - bea79126c6bd
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-05-29 08:04:51
ohnobinki@ohnopublishing.net
fixed syntax error
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
etc/distren.conf
Show inline comments
 
@@ -15,7 +15,7 @@ server protofusion
 
  username = "distrenc"
 
  /* method's use is not implemented, ssh is the only option atm ' */
 
  method = "ssh"
 
  types = {"submit" "distribution"} /* submit means it accepts jobs, distribution means it can host files */
 
  types = {"submit", "distribution"} /* submit means it accepts jobs, distribution means it can host files */
 
}
 

	
 
server ohnopublishing
0 comments (0 inline, 0 general)