bin/update
author Tero Marttila <terom@paivola.fi>
Mon, 09 Mar 2015 18:00:18 +0200
changeset 733 45bedeba92e5
parent 654 8069b08e90ac
permissions -rwxr-xr-x
pvl.hosts: rename Host.ip -> Host.ip4; support instanced ip.foo = ... for foo.host A .... sub-labels
#!/bin/bash

# absolute path to directory with etc/ and var/
SRV=${SRV:-$(pwd)}

# path (relative to $SRV) to directory with bin/
OPT=${OPT:-./opt}

# path (relative to $SRV) to lib/ directory with pvl/
LIB=${LIB:-./lib}

. $LIB/pvl/hosts/update.sh