default_install &&

if [[ $FPING_SUID_ROOT == y ]]; then
  chmod -v +s "$INSTALL_ROOT"/usr/sbin/fping &&

  if list_find "$FPING_OPTS" "--enable-ipv6"; then
    chmod -v +s "$INSTALL_ROOT"/usr/sbin/fping6
  fi
fi
