[oe-commits] org.oe.dev gpe-shield 0.9: Down with cryptic error messages.

pfalcon commit openembedded-commits at lists.openembedded.org
Mon Jun 18 07:42:17 UTC 2007


gpe-shield 0.9: Down with cryptic error messages.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 1c519945061442d855a10b3cd32d8bc44eb00a0e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1c519945061442d855a10b3cd32d8bc44eb00a0e
Files:
1
packages/gpe-shield/files
packages/gpe-shield/files/uncrypt-startup-error.patch
packages/gpe-shield/gpe-shield_0.9.bb
Diffs:

#
# mt diff -r39bc193add3d628fc02b8be0cb3a67f85252ac75 -r1c519945061442d855a10b3cd32d8bc44eb00a0e
#
# 
# 
# add_dir "packages/gpe-shield/files"
# 
# add_file "packages/gpe-shield/files/uncrypt-startup-error.patch"
#  content [a050a5c5c18c24a9b855ab08278ec923636d39c4]
# 
# patch "packages/gpe-shield/gpe-shield_0.9.bb"
#  from [650032d88b1fa6a9dc541e15114725f58107255e]
#    to [1aa423dad8082bb2c4f8de8dbc32dceb463bf0d5]
# 
============================================================
--- packages/gpe-shield/files/uncrypt-startup-error.patch	a050a5c5c18c24a9b855ab08278ec923636d39c4
+++ packages/gpe-shield/files/uncrypt-startup-error.patch	a050a5c5c18c24a9b855ab08278ec923636d39c4
@@ -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."));
============================================================
--- packages/gpe-shield/gpe-shield_0.9.bb	650032d88b1fa6a9dc541e15114725f58107255e
+++ packages/gpe-shield/gpe-shield_0.9.bb	1aa423dad8082bb2c4f8de8dbc32dceb463bf0d5
@@ -6,8 +6,8 @@ RRECOMMENDS = "kernel-module-ipt-state"
 RDEPENDS    = "iptables"
 RRECOMMENDS = "kernel-module-ipt-state"
 
-PR          = "r0"
+PR          = "r1"
 
 inherit gpe pkgconfig
 
+SRC_URI += " file://uncrypt-startup-error.patch;patch=1 "
-






More information about the Openembedded-commits mailing list