Update of /cvsroot/devil-linux/build
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv29231
Modified Files:
Makefile.build Makefile.install md5sum.lst
Log Message:
iputils is back! this will give "ping -l" again
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- Makefile.build 6 Mar 2016 14:14:10 -0000 1.102
+++ Makefile.build 14 May 2016 13:38:04 -0000 1.103
@@ -91,7 +91,7 @@
watchdog webalizer wget whois wireless_tools \
wol xfsprogs xinetd yp-tools \
ypbind-mt ypserv zip zisofs-tools knock gptfdisk libssh2 minidlna \
- setuptools clamav polkit mozjs bareos
+ setuptools clamav polkit mozjs bareos iputils
GROUP_20 := DenyHosts ImageMagick MySQL-python bluez-libs \
dcc dspam \
@@ -901,3 +901,5 @@
nss: | nspr
libstatgrab: | $(GROUP_14)
+
+iputils: | $(GROUP_18) inetutils
Index: md5sum.lst
===================================================================
RCS file: /cvsroot/devil-linux/build/md5sum.lst,v
retrieving revision 1.784
retrieving revision 1.785
diff -u -d -r1.784 -r1.785
--- md5sum.lst 8 May 2016 15:09:53 -0000 1.784
+++ md5sum.lst 14 May 2016 13:38:04 -0000 1.785
@@ -197,6 +197,7 @@
e116f0484615a7d26254126081ef475e src/iptraf-netdevice-fix.diff.xz
f4ea8c610d4f58166c1a139a98f07bd1 src/iptraf-tun-65534_diff.xz
2e30053726234a74b4304a44abc9b17d src/iptstate-2.2.5.tar.xz
+a3ff521e21a383f562c2f06472c5bca0 src/iputils-s20160308.tar.gz
b2c8fa302d5a9e9ebd4f60dd34aecd83 src/ipvsadm-1.28.tar.xz
2a433c94e3316b8f0c797a3fe91a4a67 src/irqbalance-1.0.9.tar.xz
25e4768917b164210cc949c9381ba20d src/isapnptools-1.26.tar.xz
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- Makefile.install 6 Mar 2016 14:14:10 -0000 1.59
+++ Makefile.install 14 May 2016 13:38:04 -0000 1.60
@@ -72,7 +72,7 @@
vtun watchdog webalizer wget whois \
wireless_tools wol xfsprogs xinetd \
yp-tools ypbind-mt ypserv zip iperf irqbalance Pound knock gptfdisk \
- flac libogg libvorbis libid3tag libexif ffmpeg minidlna lz4 bareos fastlz
+ flac libogg libvorbis libid3tag libexif ffmpeg minidlna lz4 bareos fastlz iputils
GROUP_20 := DenyHosts ImageMagick MySQL-python awstats bluez-libs \
clamav dcc dspam \
@@ -779,3 +779,5 @@
corosync: linux
pacemaker: linux corosync
+
+iputils: | $(GROUP_17) inetutils
|