From: ms Date: Sat, 14 Oct 2006 14:17:32 +0000 (+0000) Subject: Zwischencommit fuer LFS. X-Git-Tag: v2.3-beta1~932 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=7b9e5f10cc3982177abffece56f14a7149d82e60 Zwischencommit fuer LFS. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@322 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- diff --git a/config/aboot/aboot.conf b/config/aboot/aboot.conf deleted file mode 100644 index f5697a867a..0000000000 --- a/config/aboot/aboot.conf +++ /dev/null @@ -1 +0,0 @@ -0:1/vmlinuz root=ROOT panic=10 ro diff --git a/config/aboot/scsiaboot.conf b/config/aboot/scsiaboot.conf deleted file mode 100644 index 4915e41d63..0000000000 --- a/config/aboot/scsiaboot.conf +++ /dev/null @@ -1 +0,0 @@ -0:1/vmlinuz root=ROOT panic=10 initrd=ipfirerd.img init=/linuxrc rw diff --git a/config/etc/syslog.conf b/config/etc/syslog.conf index 495d4a9ca8..bd49f61ed9 100644 --- a/config/etc/syslog.conf +++ b/config/etc/syslog.conf @@ -5,10 +5,13 @@ # Log anything (except mail) of level info or higher. # Don't log private authentication messages! # local0.* any dhcpcd log (even debug) in messages -daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.*;cron.* /var/log/messages +daemon.*;local0.*;local2.*;*.info;mail.none;authpriv.* /var/log/messages + +# Log crons +cron.* -/var/log/cron.log # Everybody gets emergency messages -*.emerg * +*.emerg * # Save boot messages also to boot.log local7.* /var/log/boot.log diff --git a/lfs/perl-GD b/lfs/GD similarity index 82% rename from lfs/perl-GD rename to lfs/GD index 538ad306e4..392f704b3a 100644 --- a/lfs/perl-GD +++ b/lfs/GD @@ -1,86 +1,80 @@ -############################################################################### -# This file is part of the IPCop Firewall. # -# # -# IPCop is free software; you can redistribute it and/or modify # -# it under the terms of the GNU General Public License as published by # -# the Free Software Foundation; either version 2 of the License, or # -# (at your option) any later version. # -# # -# IPCop is distributed in the hope that it will be useful, # -# but WITHOUT ANY WARRANTY; without even the implied warranty of # -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # -# GNU General Public License for more details. # -# # -# You should have received a copy of the GNU General Public License # -# along with IPCop; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -# Makefiles are based on LFSMake, which is # -# Copyright (C) 2002 Rod Roard # -# # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: GD,v 1.5.2.3 2005/02/05 15:38:14 gespinasse Exp $ -# # -############################################################################### - -############################################################################### -# Definitions -############################################################################### - -include Config - -VER = 2.12 - -THISAPP = GD-$(VER) -DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_CPAN)/GD -DIR_APP = $(DIR_SRC)/$(THISAPP) -TARGET = $(DIR_INFO)/$(THISAPP) - -############################################################################### -# Top-level Rules -############################################################################### - -objects = $(DL_FILE) - -$(DL_FILE) = $(DL_FROM)/$(DL_FILE) - -$(DL_FILE)_MD5 = 84de3734fb32947d08c0d3d1e68201a6 - -install : $(TARGET) - -check : $(patsubst %,$(DIR_CHK)/%,$(objects)) - -download :$(patsubst %,$(DIR_DL)/%,$(objects)) - -md5 : $(subst %,%_MD5,$(objects)) - -############################################################################### -# Downloading, checking, md5sum -############################################################################### - -$(patsubst %,$(DIR_CHK)/%,$(objects)) : - @$(CHECK) - -$(patsubst %,$(DIR_DL)/%,$(objects)) : - @$(LOAD) - -$(subst %,%_MD5,$(objects)) : - @$(MD5) - -############################################################################### -# Installation Details -############################################################################### - -$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) - @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL - cd $(DIR_APP) && yes 'n' | perl Makefile.PL - cd $(DIR_APP) && make - cd $(DIR_APP) && make install - @rm -rf $(DIR_APP) - @$(POSTBUILD) +############################################################################### +# This file is part of the IPCop Firewall. # +# # +# IPCop is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +# IPCop is distributed in the hope that it will be useful, # +# but WITHOUT ANY WARRANTY; without even the implied warranty of # +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # +# GNU General Public License for more details. # +# # +# You should have received a copy of the GNU General Public License # +# along with IPCop; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +# Makefiles are based on LFSMake, which is # +# Copyright (C) 2002 Rod Roard # +# # +############################################################################### + +############################################################################### +# Definitions +############################################################################### + +include Config + +VER = 2.35 + +THISAPP = GD-$(VER) +DL_FILE = $(THISAPP).tar.gz +DL_FROM = $(URL_IPFIRE) +DIR_APP = $(DIR_SRC)/$(THISAPP) +TARGET = $(DIR_INFO)/$(THISAPP) + +############################################################################### +# Top-level Rules +############################################################################### + +objects = $(DL_FILE) + +$(DL_FILE) = $(DL_FROM)/$(DL_FILE) + +$(DL_FILE)_MD5 = dfc3e16e85a17aab7ee1029fbe307fca + +install : $(TARGET) + +check : $(patsubst %,$(DIR_CHK)/%,$(objects)) + +download :$(patsubst %,$(DIR_DL)/%,$(objects)) + +md5 : $(subst %,%_MD5,$(objects)) + +############################################################################### +# Downloading, checking, md5sum +############################################################################### + +$(patsubst %,$(DIR_CHK)/%,$(objects)) : + @$(CHECK) + +$(patsubst %,$(DIR_DL)/%,$(objects)) : + @$(LOAD) + +$(subst %,%_MD5,$(objects)) : + @$(MD5) + +############################################################################### +# Installation Details +############################################################################### + +$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + @$(PREBUILD) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + cd $(DIR_APP) && sed -i "s%,'y'%,'n'%" Makefile.PL + cd $(DIR_APP) && yes 'n' | perl Makefile.PL + cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make install + @rm -rf $(DIR_APP) + @$(POSTBUILD) diff --git a/lfs/ethtool b/lfs/ethtool index 99d89b369e..d0476328fe 100644 --- a/lfs/ethtool +++ b/lfs/ethtool @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: ethtool,v 1.1.2.1 2005/06/21 20:10:18 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -79,7 +73,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/ez-ipupdate b/lfs/ez-ipupdate index 0eb7f1e6d7..1873cdcdb1 100644 --- a/lfs/ez-ipupdate +++ b/lfs/ez-ipupdate @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: ez-ipupdate,v 1.4.2.4 2005/02/05 15:38:14 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 3.0.11b8 THISAPP = ez-ipupdate-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://www.whyi.org/help/software +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -80,7 +74,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np0 < $(DIR_SRC)/src/patches/ez-ipupdate.formstring.patch cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/fcron b/lfs/fcron index b829fdb35a..2a6d4934f0 100644 --- a/lfs/fcron +++ b/lfs/fcron @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: fcron,v 1.5.2.5 2006/09/07 00:27:44 franck78 Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 3.0.1 THISAPP = fcron-$(VER) DL_FILE = $(THISAPP).src.tar.gz -DL_FROM = http://fcron.free.fr/archives +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -78,21 +72,21 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && ./configure \ + cd $(DIR_APP) && ./configure \ --prefix=/usr \ --disable-nls \ - --without-sendmail \ + --without-sendmail \ --with-spooldir=/var/spool/cron \ --with-fifodir=/var/run \ --with-username=cron \ --with-groupname=cron \ --with-run-non-privileged=no \ - --with-fcrondyn=no \ + --with-fcrondyn=no \ --with-sysfcrontab=no \ --with-boot-install=no \ --with-pam=no \ --with-selinux=no - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install echo "root" > /etc/fcron.allow echo "all" > /etc/fcron.deny diff --git a/lfs/gnupg b/lfs/gnupg index 4fbe821078..e240bab60d 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -75,7 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) rm -rf /home/nobody/.gnupg /root/.gnupg cd $(DIR_APP) && ./configure --prefix=/usr --enable-minimal --disable-nls \ --disable-dns-srv --disable-dns-pka --disable-dns-cert - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install gpg --import $(DIR_SRC)/config/cfgroot/ipcop.gpg @rm -rf $(DIR_APP) diff --git a/lfs/hdparm b/lfs/hdparm index ca7a0b3720..88e2d06c6e 100644 --- a/lfs/hdparm +++ b/lfs/hdparm @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: hdparm,v 1.3.2.7 2006/01/15 08:55:50 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -32,7 +26,7 @@ include Config -VER = 6.3 +VER = 6.6 THISAPP = hdparm-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -48,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0c12672f3a09c14ad0b0882f15fc9389 +$(DL_FILE)_MD5 = ecea69f775396e4ab6112dcf9066239f install : $(TARGET) @@ -78,7 +72,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/ibod b/lfs/ibod index e6ca43c655..bfeeed7a0e 100644 --- a/lfs/ibod +++ b/lfs/ibod @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: ibod,v 1.5.2.2 2005/02/05 15:38:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -32,6 +26,8 @@ include Config +VER = ipfire + THISAPP = ibod DIR_APP = $(DIR_SRC)/src/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/initscripts b/lfs/initscripts index 24dc94d999..152618dd73 100644 --- a/lfs/initscripts +++ b/lfs/initscripts @@ -26,6 +26,8 @@ include Config +VER = ipfire + THISAPP = initscripts DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/ipac-ng b/lfs/ipac-ng index 6754995cf9..c8aede1715 100644 --- a/lfs/ipac-ng +++ b/lfs/ipac-ng @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: ipac-ng,v 1.5.2.6 2006/01/14 16:41:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = 1.31 THISAPP = ipac-ng-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = $(URL_SFNET)/ipac-ng +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/iptables b/lfs/iptables index 13b162c85a..8e92c400e3 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: iptables,v 1.5.2.4 2005/02/05 15:38:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -43,7 +37,6 @@ TARGET = $(DIR_INFO)/$(THISAPP) ############################################################################### # Top-level Rules ############################################################################### - objects = $(DL_FILE) \ iptables-1.3.0-imq1.diff \ netfilter-layer7-v2.1.tar.gz @@ -53,8 +46,8 @@ iptables-1.3.0-imq1.diff = http://www.linuximq.net/patchs/iptables-1.3.0-imq1. netfilter-layer7-v2.1.tar.gz = http://mesh.dl.sourceforge.net/sourceforge/l7-filter/netfilter-layer7-v2.1.tar.gz $(DL_FILE)_MD5 = 00fb916fa8040ca992a5ace56d905ea5 -iptables-1.3.0-imq1.diff_MD5 = 9adae8be9562775a176fc1b275b3cb29 -netfilter-layer7-v2.1.tar.gz_MD5 = 551626a158c2a2cbfd937d27ecc7fac1 +iptables-1.3.0-imq1.diff_MD5 = 9adae8be9562775a176fc1b275b3cb29 +netfilter-layer7-v2.1.tar.gz_MD5 = 551626a158c2a2cbfd937d27ecc7fac1 install : $(TARGET) @@ -86,7 +79,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # iptables-fixed.tar.gz is made in the linux kernel build process @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/iptables-fixed.tar.gz @rm -rf $(DIR_DL)/netfilter-layer7-v2.1 && cd $(DIR_SRC) && tar zxf $(DIR_DL)/netfilter-layer7-v2.1.tar.gz - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/netfilter-layer7-v2.1/iptables-layer7-2.1.patch + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/netfilter-layer7-v2.6/iptables-layer7-2.6.patch # # Appears that libipt_set/SET maybe a little broken, fix it for now... # cd $(DIR_APP)/extensions && sed -i -e 's/#include\ \"..\/ipset\/libipt_set.h\"//' libipt_set.c @@ -98,7 +91,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # hack to disable IPv6 compilation as the configuration variable does not work when ip6.h is present cd $(DIR_APP) && sed -i -e 's/DO_IPV6:=1/DO_IPV6:=0/' Makefile - cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib + cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib $(MAKETUNING) cd $(DIR_APP) && make BINDIR=/sbin MANDIR=/usr/share/man LIBDIR=/lib install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/iptstate b/lfs/iptstate index 23d5028f75..2f982eb76e 100644 --- a/lfs/iptstate +++ b/lfs/iptstate @@ -18,11 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# 2005-jul - Created ipstate lfs file from Mark's traceroute file # -# # -# $Id: iptstate,v 1.1.2.1 2005/07/07 19:14:06 franck78 Exp $ -# # ############################################################################### ############################################################################### @@ -31,11 +26,11 @@ include Config -VER = 1.4 +VER = 2.1 THISAPP = iptstate-$(VER) DL_FILE = $(THISAPP).tar.bz2 -DL_FROM = http://www.phildev.net/iptstate/ +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) @@ -47,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 717b13d5b6521ac1b8683caf1dc247a0 +$(DL_FILE)_MD5 = c99e19c66645689b44a871428e003ec7 install : $(TARGET) @@ -77,7 +72,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && make + cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/lfs/iputils b/lfs/iputils index 1c90fa37f8..e7ad9d70c2 100644 --- a/lfs/iputils +++ b/lfs/iputils @@ -18,12 +18,6 @@ # Makefiles are based on LFSMake, which is # # Copyright (C) 2002 Rod Roard # # # -# Modifications by: # -# ??-12-2003 Mark Wormgoor < mark@wormgoor.com> # -# - Modified Makefile for IPCop build # -# # -# $Id: iputils,v 1.1.2.3 2005/02/05 15:38:15 gespinasse Exp $ -# # ############################################################################### ############################################################################### @@ -36,7 +30,7 @@ VER = ss020927 THISAPP = iputils-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = ftp://ftp.tux.org/people/alexey-kuznetsov/ip-routing +DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/iputils TARGET = $(DIR_INFO)/$(THISAPP) diff --git a/lfs/subversion b/lfs/subversion index c9ef0caf10..90e0420bdd 100644 --- a/lfs/subversion +++ b/lfs/subversion @@ -82,7 +82,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) --with-installbuilddir=/usr/lib/apr-0 \ --with-ssl --disable-nls \ --disable-mod-activation - cd $(DIR_APP) && make $(MAKETUNING) + cd $(DIR_APP) && make cd $(DIR_APP) && make install @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/make.sh b/make.sh index f2eb614d18..e76dc57d40 100644 --- a/make.sh +++ b/make.sh @@ -256,7 +256,6 @@ buildbase() { LOGFILE="$BASEDIR/log/_build.base.log" export LOGFILE lfsmake2 stage2 -# lfsmake2 makedev lfsmake2 linux-libc-header lfsmake2 man-pages lfsmake2 glibc @@ -399,11 +398,10 @@ buildipfire() { ipfiremake cdrtools ipfiremake dnsmasq ipfiremake dosfstools -exit 1 ipfiremake ethtool ipfiremake ez-ipupdate ipfiremake fcron - ipfiremake perl-GD + ipfiremake GD ipfiremake gnupg ipfiremake hdparm ipfiremake ibod @@ -411,9 +409,9 @@ exit 1 ipfiremake iptables ipfiremake ipac-ng ipfiremake ipaddr - ipfiremake iproute2 ipfiremake iptstate - ipfiremake iputils +# ipfiremake iputils +exit 1 ipfiremake l7-protocols ipfiremake isapnptools ipfiremake isdn4k-utils