]> git.pld-linux.org Git - packages/arpd.git/blame_incremental - arpd.spec
- release 8
[packages/arpd.git] / arpd.spec
... / ...
CommitLineData
1Summary: User-space arp daemon
2Summary(pl): Demon arpd
3Name: arpd
4Version: 1.0.2
5Release: 8
6License: GPL
7Group: Daemons
8#Source0: http://www.loran.com/~layes/arpd/%{name}-%{version}.tar.gz (origin, but 404)
9Source0: ftp://ftp.slackware.org:/pub/slackware/slackware-4.0/source/n/tcpip1/%{name}-%{version}.tar.gz
10Source1: %{name}-init
11Patch0: %{name}-%{version}.debian-patch
12Patch1: %{name}-%{version}.pld-patch
13Patch2: %{name}-makefile-patch
14Patch3: %{name}-more_tables.patch
15Patch4: %{name}-uid.patch
16#URL: http://www.loran.com/~layes/arpd/
17Prereq: /sbin/chkconfig
18Prereq: rc-scripts >= 0.2.0
19Prereq: fileutils
20Requires: dev >= 2.8.0-4
21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23%description
24The ARP daemon moves the management of the ARP (Address Resolution
25Protocol) table from kernel to user space. It is useful for sites with
26LARGE network segments (256+ systems per segment), because the kernel
27hash tables are not optimized to handle this situation. To use the ARP
28daemon your kernel needs to have ARPD and NETLINK support enabled. The
29standard kernels of PLD lack this support. It shouldn't be run without
30that! This version can alocate 4096 entries.
31
32%description -l pl
33