diff options
author | Martin Dietze <di@fh-wedel.de> | 2009-05-20 00:36:25 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-20 10:16:06 +0200 |
commit | cb70efeb71b3a1e5e8786d3488e4ec3a1580d45a (patch) | |
tree | 107d51ea437c6dea9543b984cdec70f3b6f34245 /recipes/nylon/files | |
parent | 24db351c88feaa1b7ef23dd20a95d2ce78fb5bd4 (diff) |
various nylon stuff: Updates to nylon-only code, needed to work with the current OE.
Diffstat (limited to 'recipes/nylon/files')
-rw-r--r-- | recipes/nylon/files/firewall-bash.diff | 8 | ||||
-rw-r--r-- | recipes/nylon/files/simple-firewall-bash.diff | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/recipes/nylon/files/firewall-bash.diff b/recipes/nylon/files/firewall-bash.diff new file mode 100644 index 0000000000..044f8d813c --- /dev/null +++ b/recipes/nylon/files/firewall-bash.diff @@ -0,0 +1,8 @@ +--- nylon-scripts/etc/init.d/firewall-orig 2009-04-25 13:46:25.000000000 +0200 ++++ nylon-scripts/etc/init.d/firewall 2009-04-25 13:46:28.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + + # this is a meta firewall start script: + # it either starts a local firewall script or shorewall diff --git a/recipes/nylon/files/simple-firewall-bash.diff b/recipes/nylon/files/simple-firewall-bash.diff new file mode 100644 index 0000000000..dc6cf0dd87 --- /dev/null +++ b/recipes/nylon/files/simple-firewall-bash.diff @@ -0,0 +1,8 @@ +--- simple-firewall/etc/init.d/simple-firewall-orig 2009-04-25 13:42:10.000000000 +0200 ++++ simple-firewall/etc/init.d/simple-firewall 2009-04-25 13:42:16.000000000 +0200 +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + #$HeadURL: http://gruen.4g/svn/branches/stable-1.0/application/simple-firewall/etc/init.d/simple-firewall $ $Rev: 2593 $ + + if [ -f /etc/firewall/firewall.conf ]; then |