  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
