Make location of nc.openbsd configurable
commita7a78dc4e4425a26008d17622276fc2aa2ed6ed9
authorKyle J. McKay <mackyle@gmail.com>
Tue, 11 Feb 2014 20:58:56 +0000 (11 12:58 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Tue, 11 Feb 2014 20:58:56 +0000 (11 12:58 -0800)
treeeeaf31d3cc54f14042a70e896baaec5305636b8e
parent51707aa3e4ed366f371fe1e4be5125dfab0791b9
Make location of nc.openbsd configurable

Girocco requires a netcat command that accepts a -U option to connect
to a unix socket.  The system's 'nc' command may or may not be suitable.

Add a new configuration option that allows the location of a suitable
netcat executable to be specified.  Then update shlib.sh to redirect
any 'nc_openbsd' commands to it.
Girocco/Config.pm
hooks/post-receive
shlib.sh