Update bitbake, meta-oe, oe-core.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-extended / mc / mc-4.8.12 / optional-sfs-ini.patch
1 Upstream-Status: Inappropriate [Configuration]
2
3 Don't show "sfs_init(): Warning: file /etc/mc/sfs.ini not found",
4 because it's packaged separately.
5
6 Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
7
8 --- mc-4.8.1/src/vfs/sfs/sfs.c.orig     2012-05-10 15:48:05.405830465 +0200
9 +++ mc-4.8.1/src/vfs/sfs/sfs.c  2012-05-10 15:48:24.389830919 +0200
10 @@ -419,7 +419,6 @@
11  
12      if (cfg == NULL)
13      {
14 -        fprintf (stderr, _("%s: Warning: file %s not found\n"), "sfs_init()", mc_sfsini);
15          g_free (mc_sfsini);
16          return 0;
17      }