retitle 325251 ipchains should not be in base for etch, as except m68k, all arches have 2.[46] kernels tags 325251 + patch thanks.
Well, as discussed on irc, this problem should go away with this evening's dinstall run, as ipchains will again enter etch, still, keeping ipchains around for reference is all fine and all, but is not a reason enough to have it being part of the base system installer by debootstrap. Having it in the archive and being apt-get installable should be enough. As a consequence, i propose that you still apply this patch : ------------------- patch -------------------------- diff -Nur debootstrap-0.3.1.5/etch debootstrap-0.3.1.6/etch --- debootstrap-0.3.1.5/etch 2005-06-16 10:48:23.000000000 +0200 +++ debootstrap-0.3.1.6/etch 2005-09-02 12:51:13.000000000 +0200 @@ -14,9 +14,7 @@ required="base-files base-passwd bash bsdutils coreutils libacl1 libattr1 debianutils diff dpkg dselect libblkid1 e2fsprogs e2fslibs libcomerr2 libss2 libuuid1 findutils grep gzip hostname libcap1 libdb1-compat libdb3 libncurses5 libnewt0.51 libpam-modules libpam-runtime libpam0g login makedev mawk mount ncurses-base ncurses-bin passwd perl-base procps sed slang1a-utf8 initscripts sysvinit sysv-rc tar util-linux libgcc1 gcc-3.3-base libstdc++5 zlib1g $LIBC6" if doing_variant -; then - if [ "$ARCH" = "alpha" -o "$ARCH" = "m68k" ]; then - IPFWTOOL="ipchains" - elif [ "$ARCH" = "powerpc" -o "$ARCH" = sparc ]; then + if [ "$ARCH" = "m68k" ]; then IPFWTOOL="ipchains iptables" else IPFWTOOL=iptables ------------------- patch -------------------------- Also, i guess you can drop the severity of this bug report to normal or important once ipchains has reached sarge this evening, but i leave that upto to you. (and it would be nice to have real communication through the bug report next time, not this total silence and then outrage as i consider an NMU). Friendly, Sven Luther -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]