From: Michael Tremer Date: Tue, 7 Apr 2009 13:31:57 +0000 (+0200) Subject: Make more space for target name on iptables output. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45412d700674c7b812cf8ffd70efb6ebef2695e8;p=ipfire-3.x.git Make more space for target name on iptables output. --- diff --git a/lfs/iptables b/lfs/iptables index a50bdce57..90df833b8 100644 --- a/lfs/iptables +++ b/lfs/iptables @@ -78,7 +78,10 @@ $(OBJECT): $(objects) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && $(EXTRACTOR) $(DIR_DL)/$(DL_FILE) #cd $(DIR_APP) && patch -Np1 < $(DIR_PATCHES)/$(THISAPP)-imq-1.patch - + + # Make more space for target name on output. + cd $(DIR_APP) && sed -e "s/%-9s/%-18s/g" -i ip{,6}tables.c + cd $(DIR_APP) && ./configure \ $(CONFIGURE_ARCH) \ --prefix=/usr \