You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-video/ushare/files/06_all_ushare_disable_sysco...

21 lines
656 B

Do not try to parse the default configuration file as everyting
should be handled by the /etc/conf.d/ushare file in Gentoo
Index: ushare-1.1a/src/ushare.c
===================================================================
--- ushare-1.1a.orig/src/ushare.c
+++ ushare-1.1a/src/ushare.c
@@ -813,13 +813,6 @@ main (int argc, char **argv)
return EXIT_SUCCESS;
}
- if (parse_config_file (ut) < 0)
- {
- /* fprintf here, because syslog not yet ready */
- fprintf (stderr, _("Warning: can't parse file \"%s\".\n"),
- ut->cfg_file ? ut->cfg_file : SYSCONFDIR "/" USHARE_CONFIG_FILE);
- }
-
if (ut->xbox360)
{
char *name;