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