Репозиторий ALT Linux backports/2.4
Последнее обновление: 9 июля 2008 | Пакетов: 497 | Посещений: 1492656
 поиск   регистрация   авторизация 
 
Группа :: Мониторинг
Пакет: lft

 Главная   Изменения   Спек   Патчи   Загрузить   Bugs and FR 

Name: lft
Version: 2.5
Release: alt0.M24.1

Summary: Alternative traceroute tool for network (reverse) engineers
License: VOSTROM Public License for Open Source
Group: Monitoring

Url: http://oppleman.com/lft
Source0: %name-%version.tar.gz
Source1: %name.control
Packager: Michael Shigorin <mike at altlinux.org>

# Automatically added by buildreq on Mon Jan 17 2005

BuildRequires: hostinfo libpcap-devel

Obsoletes: fft

%description
LFT, short for Layer Four Traceroute, is a sort of 'traceroute' that
often works much faster (than the commonly-used Van Jacobson method) and
goes through many configurations of packet-filter based firewalls. More
importantly, LFT implements numerous other features including AS number
lookups, loose source routing, netblock name lookups, et al.

Recent LFT releases (as of version 2.5) include WhoB, a no-frills whois
client (see whois(1)) designed to provide everything a network engineer
needs to know about a routed IP address by typing one line and reading
one line.

%prep
%setup

%build
%configure
%make_build

%install
%makeinstall DESTDIR="%buildroot%_bindir" MANDIR="%buildroot%_man8dir"
%__install -pD -m755 %SOURCE1 %buildroot%_sysconfdir/control.d/facilities/%name

%pre
/usr/sbin/groupadd -r -f netadmin >/dev/null 2>&1
[ $1 -eq 1 ] || /usr/sbin/control-dump %name

%post
if [ $1 -ge 2 ]; then
/usr/sbin/control-restore %name
else
/usr/sbin/control %name netadmin
fi


%files
%config %_sysconfdir/control.d/facilities/%name
%_bindir/*
%doc %_man8dir/*
%doc CHANGELOG COPYING README TODO

%changelog

Полный changelog можно просмотреть здесь

 
design & coding: Vladimir Lettiev aka crux © 2004-2005