]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
Fix outgoingfw.pl is not executable.
authorArne Fitzenreiter <arne_f@ipfire.org>
Sat, 22 Jan 2011 22:48:21 +0000 (23:48 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Sat, 22 Jan 2011 22:48:21 +0000 (23:48 +0100)
lfs/configroot

index ff1a2062a86f3d0b6a84ffa2e8599467beb346ae..43c2d21558d9fe4140273e123fbf25eebd0647ff 100644 (file)
@@ -139,4 +139,7 @@ $(TARGET) :
        done
        chown root:nobody $(CONFIG_ROOT)/dhcpc
 
+       # Set outgoingfw.pl executable
+       chmod 755 $(CONFIG_ROOT)/outgoing/bin/outgoingfw.pl
+
        @$(POSTBUILD)