bin/update
author Tero Marttila <tero.marttila@aalto.fi>
Mon, 02 Mar 2015 19:45:56 +0200
changeset 698 656178fb8607
parent 654 8069b08e90ac
permissions -rwxr-xr-x
pvl.hosts.dhcp: implement support for dhcp:subclass=... using hardware ethernet
#!/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