]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Make more space for target name on iptables output.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2009 13:31:57 +0000 (15:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 7 Apr 2009 13:31:57 +0000 (15:31 +0200)
lfs/iptables

index a50bdce57d2847e656fcdd51db3f7f08fdbbecd1..90df833b8477904ac165fd6a827ab14f13091967 100644 (file)
@@ -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 \