]> git.pld-linux.org Git - packages/arpd.git/blame - arpd.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/arpd.git] / arpd.spec
CommitLineData
48d56092
PG
1Summary: User-space arp daemon
2Summary(pl): Demon arpd
3Name: arpd
4Version: 1.0.2
03b61d42 5Release: 7
48d56092 6License: GPL
644310d4 7Group: Daemons
7875af3d
JB
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
48d56092
PG
10Source1: %{name}-init
11Patch0: %{name}-%{version}.debian-patch
12Patch1: %{name}-%{version}.pld-patch
44b88af1 13Patch2: %{name}-makefile-patch
b900e8be 14Patch3: %{name}-more_tables.patch
c2ea96ed 15Patch4: %{name}-uid.patch
7875af3d 16#URL: http://www.loran.com/~layes/arpd/
48d56092
PG
17Prereq: /sbin/chkconfig
18Prereq: rc-scripts >= 0.2.0
19Prereq: fileutils
0385f206 20Requires: dev >= 2.8.0-4
34163377 21BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48d56092
PG
22
23%description
644310d4 24The ARP daemon moves the management of the ARP (Address Resolution
34163377 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
03b61d42 30that! This version can alocate 4096 entries.
50ca438d 31
48d56092 32%description -l pl
644310d4 33