include patch this time

This commit is contained in:
Rex Dieter 2009-04-08 19:13:24 +00:00
parent c82a0df8f4
commit 7f5c0c7708

View File

@ -0,0 +1,12 @@
diff -up xdg-utils/scripts/xdg-open.in.CVE-2009-0068 xdg-utils/scripts/xdg-open.in
--- xdg-utils/scripts/xdg-open.in.CVE-2009-0068 2009-04-08 14:04:02.000000000 -0500
+++ xdg-utils/scripts/xdg-open.in 2009-04-08 14:05:05.000000000 -0500
@@ -29,7 +29,7 @@ _USAGE
open_kde()
{
- kfmclient exec "$1"
+ kfmclient openURL "$1"
kfmclient_fix_exit_code $?
if [ $? -eq 0 ]; then