gpe-shield 0.9: Down with cryptic error messages.
authorPaul Sokolovsky <pmiscml@gmail.com>
Mon, 18 Jun 2007 01:57:01 +0000 (01:57 +0000)
committerPaul Sokolovsky <pmiscml@gmail.com>
Mon, 18 Jun 2007 01:57:01 +0000 (01:57 +0000)
packages/gpe-shield/files/.mtn2git_empty [new file with mode: 0644]
packages/gpe-shield/files/uncrypt-startup-error.patch [new file with mode: 0644]
packages/gpe-shield/gpe-shield_0.9.bb

diff --git a/packages/gpe-shield/files/.mtn2git_empty b/packages/gpe-shield/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gpe-shield/files/uncrypt-startup-error.patch b/packages/gpe-shield/files/uncrypt-startup-error.patch
new file mode 100644 (file)
index 0000000..a67532e
--- /dev/null
@@ -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."));
index aac8899..124f010 100644 (file)
@@ -6,8 +6,8 @@ DEPENDS     = "libgpewidget iptables virtual/kernel"
 RDEPENDS    = "iptables"
 RRECOMMENDS = "kernel-module-ipt-state"
 
-PR          = "r0"
+PR          = "r1"
 
 inherit gpe pkgconfig
 
-
+SRC_URI += " file://uncrypt-startup-error.patch;patch=1 "