remove warning fcopy warning, more etc-groups fixing

This commit is contained in:
netblue30 2025-12-07 12:01:46 -05:00
parent 62492e3eb6
commit a264d17ce0
2 changed files with 7 additions and 2 deletions

View file

@ -280,8 +280,8 @@ static int fs_copydir(const char *infname, const struct stat *st, int ftype, str
if (lstat(outfname, &s) == 0) {
if (first)
first = 0;
else if (!arg_quiet)
fprintf(stderr, "Warning fcopy: skipping %s, file already present\n", infname);
//else if (!arg_quiet)
// fprintf(stderr, "Warning fcopy: skipping %s, file already present\n", infname);
goto out;
}

View file

@ -80,6 +80,7 @@ static char *etc_group_tls_ca[] = {
"ca-certificates",
"crypto-policies",
"gnutls",
"gcrypt",
"pki",
"ssl",
"openssl",
@ -93,9 +94,13 @@ static char *etc_group_x11[] = {
"drirc",
"gconf",
"glib-2.0",
"gtk",
"gtk-2.0",
"gtk-3.0",
"gtk-4.0",
"qt3",
"kderc",
"kde3",
"kde4rc",
"kde5rc",
"machine-id", // QT dbus lib is crashing without it!