Update of /cvsroot/devil-linux/build
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv22567
Modified Files:
Makefile.build Makefile.install
Log Message:
- added iperf
- added irqbalance
Index: Makefile.build
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.build,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Makefile.build 28 Feb 2010 16:55:53 -0000 1.10
+++ Makefile.build 18 Mar 2010 05:43:35 -0000 1.11
@@ -34,7 +34,7 @@
pam_mount neon
GROUP_16 := e2fsprogs gdchart openldap pam_mysql postgresql \
- wvstreams
+ wvstreams iperf irqbalance
GROUP_17 := cyrus-sasl nss_ldap pam-pgsql pam_ldap
@@ -275,6 +275,10 @@
wvstreams: | $(GROUP_15)
+iperf: | $(GROUP_15)
+
+irqbalance: | $(GROUP_15)
+
cyrus-sasl: | $(GROUP_16)
nss_ldap: | $(GROUP_16)
Index: Makefile.install
===================================================================
RCS file: /cvsroot/devil-linux/build/Makefile.install,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.install 28 Feb 2010 16:55:53 -0000 1.8
+++ Makefile.install 18 Mar 2010 05:43:35 -0000 1.9
@@ -73,7 +73,7 @@
vim vlan vncrepeater vobcopy vsftpd \
vtun watchdog webalizer wget whois \
wireless_tools wol wvdial xfsprogs xinetd \
- yp-tools ypbind-mt ypserv zip
+ yp-tools ypbind-mt ypserv zip iperf irqbalance
GROUP_20 := DenyHosts ImageMagick MySQL-python awstats bluez-libs \
clamav dcc dkim-milter dovecot_deleted_to_trash dspam \
@@ -602,6 +602,10 @@
zip: | $(GROUP_17)
+iperf: | $(GROUP_17)
+
+irqbalance: | $(GROUP_17)
+
DenyHosts: | $(GROUP_19)
ImageMagick: | $(GROUP_19)
|