]> git.pld-linux.org Git - packages/arpd.git/blame - arpd.spec
- use macros in %{pre,post}{,un}
[packages/arpd.git] / arpd.spec
CommitLineData
48d56092
PG
1Summary: User-space arp daemon
2Summary(pl): Demon arpd
3Name: arpd
4Version: 1.0.2
629fabdf 5Release: 4
48d56092 6License: GPL
644310d4 7Group: Daemons
644310d4 8Group(de): Server
34163377 9Group(pl): Serwery
48d56092
PG
10Source0: %{name}-%{version}.tar.gz
11Source1: %{name}-init
12Patch0: %{name}-%{version}.debian-patch
13Patch1: %{name}-%{version}.pld-patch
44b88af1 14Patch2: %{name}-makefile-patch
b900e8be 15Patch3: %{name}-more_tables.patch
c2ea96ed 16Patch4: %{name}-uid.patch
48d56092
PG
17Prereq: /sbin/chkconfig
18Prereq: rc-scripts >= 0.2.0
19Prereq: fileutils
629fabdf 20Requires: dev >= 2.8.0-3
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
b900e8be 30that!! This version can alocate 2048 entries.
48d56092
PG
31
32%description -l pl
644310d4 33