Update version ppp, orc, mc and linux-vuplus configure fix.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-extended / mc / mc-4.8.13 / optional-extfs-dir.patch
diff --git a/meta-openvuplus/recipes-extended/mc/mc-4.8.13/optional-extfs-dir.patch b/meta-openvuplus/recipes-extended/mc/mc-4.8.13/optional-extfs-dir.patch
new file mode 100644 (file)
index 0000000..aebb31e
--- /dev/null
@@ -0,0 +1,18 @@
+Upstream-Status: Inappropriate [Configuration]
+
+Don't show "Warning: cannot open /usr/libexec/mc/extfs.d directory",
+because it's packaged separately.
+
+Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
+
+--- mc-4.8.1/src/vfs/extfs/extfs.c.orig        2012-05-10 15:50:04.633833530 +0200
++++ mc-4.8.1/src/vfs/extfs/extfs.c     2012-05-10 15:50:20.349833289 +0200
+@@ -1558,8 +1558,6 @@
+      * appear on screen. */
+     if (dir == NULL)
+     {
+-        if (!silent)
+-            fprintf (stderr, _("Warning: cannot open %s directory\n"), dirname);
+         g_free (dirname);
+         return FALSE;
+     }