X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_openvuplus_3.0;a=blobdiff_plain;f=meta-openvuplus%2Frecipes-extended%2Fmc%2Fmc-4.8.13%2Foptional-sfs-ini.patch;fp=meta-openvuplus%2Frecipes-extended%2Fmc%2Fmc-4.8.13%2Foptional-sfs-ini.patch;h=fd5afd3ce0bb3046711e43cfca84444d92813571;hp=0000000000000000000000000000000000000000;hb=5c328372e54ba84c0b8cda01ba37be0f81adc67d;hpb=bed7f4b428b14cb5b2260c7a9ed59571d5dc7312 diff --git a/meta-openvuplus/recipes-extended/mc/mc-4.8.13/optional-sfs-ini.patch b/meta-openvuplus/recipes-extended/mc/mc-4.8.13/optional-sfs-ini.patch new file mode 100644 index 0000000..fd5afd3 --- /dev/null +++ b/meta-openvuplus/recipes-extended/mc/mc-4.8.13/optional-sfs-ini.patch @@ -0,0 +1,17 @@ +Upstream-Status: Inappropriate [Configuration] + +Don't show "sfs_init(): Warning: file /etc/mc/sfs.ini not found", +because it's packaged separately. + +Signed-off-by: Andreas Oberritter + +--- mc-4.8.1/src/vfs/sfs/sfs.c.orig 2012-05-10 15:48:05.405830465 +0200 ++++ mc-4.8.1/src/vfs/sfs/sfs.c 2012-05-10 15:48:24.389830919 +0200 +@@ -419,7 +419,6 @@ + + if (cfg == NULL) + { +- fprintf (stderr, _("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini); + g_free (mc_sfsini); + return 0; + }