install -o root -m 755  "$SCRIPT_DIRECTORY/netconf"       \
                        "$INSTALL_ROOT/usr/sbin/netconf"  &&

mkdir -p                "$INSTALL_ROOT/usr/share/netconf/"  &&
install -o root -m 644  "$SCRIPT_DIRECTORY/hostnames/"*     \
                        "$INSTALL_ROOT/usr/share/netconf/"  &&

install -m 755  "$SCRIPT_DIRECTORY/netconf.8.gz"     \
                "$INSTALL_ROOT/usr/share/man/man8/"
