]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
This commit was manufactured by cvs2git to create branch 'PLD_1_0_freez'. PLD_1_0_freez
authorcvs2git <feedback@pld-linux.org>
Thu, 17 May 2001 20:37:58 +0000 (20:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2001-05-17 20:37:58 UTC kloczek <kloczek@pld-linux.org> '- fix: use $IFC instead $INTERFACES on each loop iteration.'
Delete:
    arpwatch.spec

arpwatch.spec [deleted file]

diff --git a/arpwatch.spec b/arpwatch.spec
deleted file mode 100644 (file)
index a46ae32..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-Summary:       Arpwatch monitors changes in ethernet/ip address pairings
-Summary(pl):   Arpwatch monitoruje zmiany w parach adresów ethernet/ip
-Name:          arpwatch
-Version:       2.1a10
-Release:       2
-License:       GPL
-Group:         Applications/Networking
-Group(de):     Applikationen/Netzwerkwesen
-Group(pl):     Aplikacje/Sieciowe
-Source0:       ftp://ftp.ee.lbl.gov/%{name}-%{version}.tar.gz
-Source1:       %{name}.init
-Source2:       %{name}.sysconfig
-Patch0:                %{name}-makefile.patch
-Patch1:                %{name}-arp2ethers.patch
-Patch2:                %{name}-opt.patch
-BuildRequires: libpcap-devel
-Prereq:                rc-scripts >= 0.2.0
-BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-
-%description
-Arpwatch and arpsnmp are tools that monitors ethernet or fddi activity
-and maintain a database of ethernet/ip address pairings.
-
-%description -l pl
-Arpwatch i arpsnmp to narzêdzia do monitorowania ethernetu i fddi.
-Dodatkowo tworzona jest baza par adresów ethernet/ip.
-
-%prep
-%setup  -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-
-%build
-autoconf
-%configure
-%{__make} ARPDIR=/var/lib/arpwatch
-
-%install
-rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/{var/lib/arpwatch,etc/{rc.d/init.d,sysconfig}} \
-       $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man8}
-
-%{__make} install install-man DESTDIR=$RPM_BUILD_ROOT
-
-install arp2ethers massagevendor $RPM_BUILD_ROOT/var/lib/arpwatch
-install *.{awk,dat} $RPM_BUILD_ROOT/var/lib/arpwatch
-
-install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/arpwatch
-install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/arpwatch
-
-gzip -9nf README CHANGES
-
-%post
-/sbin/chkconfig --add arpwatch
-if [ -f /var/lock/subsys/arpwatch ]; then
-       /etc/rc.d/init.d/arpwatch restart 1>&2
-else
-       echo "Run \"/etc/rc.d/init.d/arpwatch start\" to start arpwatch daemon."
-fi
-
-%preun
-/sbin/chkconfig --del arpwatch
-if [ "$1" = "0" ]; then
-       if [ -f /var/lock/subsys/arpwatch ]; then
-               /etc/rc.d/init.d/arpwatch stop 1>&2
-       fi
-       /sbin/chkconfig --del arpwatch
-fi
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(644,root,root,755)
-%doc README.gz CHANGES.gz
-
-%attr(754,root,root) /etc/rc.d/init.d/arpwatch
-%attr(755,root,root) %{_sbindir}/*
-
-%config(noreplace) %verify(not size mtime md5) /etc/sysconfig/arpwatch
-
-%{_mandir}/man8/*
-
-%dir    /var/lib/arpwatch
-%config(noreplace) %verify(not size mtime md5) /var/lib/arpwatch/arp.dat
-%config %verify(not size mtime md5) /var/lib/arpwatch/ethercodes.dat
-/var/lib/arpwatch/*.awk
-
-%attr(755,root,root) /var/lib/arpwatch/arp2ethers
-%attr(755,root,root) /var/lib/arpwatch/massagevendor
This page took 0.062442 seconds and 4 git commands to generate.