summaryrefslogtreecommitdiff
path: root/recipes/gpe-shield/files/uncrypt-startup-error.patch
diff options
context:
space:
mode:
authorLukas Gorris <lukas.gorris@gmail.com>2009-03-30 21:20:14 +0200
committerLukas Gorris <lukas.gorris@gmail.com>2009-03-30 21:20:14 +0200
commita93dfebb9e7a34ffba9b1ae5e8e496dfab4c3c43 (patch)
tree6c38a4617c92398269e6603a0509fc3006811368 /recipes/gpe-shield/files/uncrypt-startup-error.patch
parent4255898da29e7e0c521d064afedbc4075b3e8155 (diff)
parentd7fdcef3d8c8b80926d579c2db179b594429cebe (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gpe-shield/files/uncrypt-startup-error.patch')
-rw-r--r--recipes/gpe-shield/files/uncrypt-startup-error.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/gpe-shield/files/uncrypt-startup-error.patch b/recipes/gpe-shield/files/uncrypt-startup-error.patch
new file mode 100644
index 0000000000..a67532e7cb
--- /dev/null
+++ b/recipes/gpe-shield/files/uncrypt-startup-error.patch
@@ -0,0 +1,13 @@
+diff -ur gpe-shield-0.9.org/interface.c gpe-shield-0.9/interface.c
+--- gpe-shield-0.9.org/interface.c 2006-02-04 23:53:45.000000000 +0000
++++ gpe-shield-0.9/interface.c 2007-06-18 01:50:02.000000000 +0000
+@@ -569,7 +569,8 @@
+ {
+ if (cmd == CMD_NO_IPTABLES)
+ show_message(GTK_MESSAGE_WARNING, _("This system does not " \
+- "support firewalling or you"\
++ "support firewalling (iptables " \
++ "command is not available) or you"\
+ " don't have the right to "\
+ "change firewall rules, this" \
+ " application will exit now."));