Codebase list arping / 25b660d
Import Debian changes 2.07~pre1-3 arping (2.07~pre1-3) unstable; urgency=low * Removed if-up.d script, there is a similar script in ifupdown-extra. Moved to examples/ (Closes: #492461) + Removed lsb-base from Depends and come back to debhelper (>= 5) + debian/control: removed dh_installinit and dh_installifupdown + debian/arping.example: Added debian/arping.if-up and arping.if-up + Updated Readme.Debian Giuseppe Iuculano authored 15 years ago Salvatore Bonaccorso committed 6 years ago
5 changed file(s) with 23 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
88 setuid by using dpkg-statoverride, but beware it's a potential security
99 hole.
1010
11 This package has also a network/ip-up.d script that uses arping to check
11 In /usr/share/doc/arping/example you have also a network/ip-up.d script that uses arping to check
1212 for IP duplicates after bringing up the interface. If the IP we're bringing
1313 up is already taken, this brings the interface down.
14 If you want this check:
15
16 cp /usr/share/doc/arping/example/arping.default /etc/default/arping
17 update-rc.d arping defaults
18 cp /usr/share/doc/arping/example/arping.if-up /etc/network/if-up.d/arping
19
1420 By default it is disabled, edit /etc/default/arping to enable this feature.
1521
1622
17 -- Giuseppe Iuculano <giuseppe@iuculano.it> Sun, 30 Jun 2008 18:30:00 +0200.
23 -- Giuseppe Iuculano <giuseppe@iuculano.it> Sun, 27 Jul 2008 18:30:00 +0200.
0 arping (2.07~pre1-3) unstable; urgency=low
1
2 * Removed if-up.d script, there is a similar script in ifupdown-extra.
3 Moved to examples/ (Closes: #492461)
4 + Removed lsb-base from Depends and come back to debhelper (>= 5)
5 + debian/control: removed dh_installinit and dh_installifupdown
6 + debian/arping.example: Added debian/arping.if-up and arping.if-up
7 + Updated Readme.Debian
8
9 -- Giuseppe Iuculano <giuseppe@iuculano.it> Sun, 27 Jul 2008 03:30:59 +0200
10
011 arping (2.07~pre1-2) unstable; urgency=low
112
213 * Added a patch (improved) that adds a network/ip-up.d script for using
11 Section: net
22 Priority: optional
33 Maintainer: Giuseppe Iuculano <giuseppe@iuculano.it>
4 Build-Depends: debhelper (>= 5.0.44~), libnet1-dev, libpcap-dev, dpatch
4 Build-Depends: debhelper (>= 5), libnet1-dev, libpcap-dev, dpatch
55 Standards-Version: 3.8.0
66 Homepage: http://www.habets.pp.se/synscan/programs.php?prog=arping
77
88 Package: arping
99 Architecture: any
10 Depends: ${shlibs:Depends}, lsb-base (>= 3.0-10)
10 Depends: ${shlibs:Depends}
1111 Conflicts: iputils-arping, iputils-ping (<< 20001110-6)
1212 Description: sends IP and/or ARP pings (to the MAC address)
1313 The arping utility sends ARP and/or ICMP requests to the specified host
00 arping-scan-net.sh
1 debian/arping.default
2 debian/arping.if-up
4444 dh_installdocs
4545 dh_installexamples
4646 dh_installchangelogs
47 dh_installinit
48 dh_installifupdown
4947 dh_strip
5048 dh_compress
5149 dh_fixperms