]> git.pld-linux.org Git - packages/arpd.git/blame - arpd.spec
- back to device in dev - require dev in proper version.
[packages/arpd.git] / arpd.spec
CommitLineData
48d56092
PG
1Summary: User-space arp daemon
2Summary(pl): Demon arpd
3Name: arpd
4Version: 1.0.2
50ca438d 5Release: 5
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
0d2e36ac
PG
20Requires: dev >= 2.8.0-3
21#BuildRequires: fakeroot
34163377 22BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
48d56092
PG
23
24%description
644310d4 25The ARP daemon moves the management of the ARP (Address Resolution
34163377 26Protocol) table from kernel to user space. It is useful for sites with
27LARGE network segments (256+ systems per segment), because the kernel
28hash tables are not optimized to handle this situation. To use the ARP
29daemon your kernel needs to have ARPD and NETLINK support enabled. The
30standard kernels of PLD lack this support. It shouldn't be run without
b900e8be 31that!! This version can alocate 2048 entries.
48d56092 32
50ca438d
PG
33This is version which runs at UID=40.
34
48d56092 35%description -l pl
644310d4 36