6ed2118662
Filter out system users OBS-URL: https://build.opensuse.org/request/show/112366 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=25
14 lines
369 B
Diff
14 lines
369 B
Diff
Index: accountsservice-0.6.17/src/daemon.c
|
|
===================================================================
|
|
--- accountsservice-0.6.17.orig/src/daemon.c
|
|
+++ accountsservice-0.6.17/src/daemon.c
|
|
@@ -79,6 +79,8 @@ static const char *default_excludes[] =
|
|
"ftp",
|
|
"games",
|
|
"man",
|
|
+ "beagleindex",
|
|
+ "suse-ncc",
|
|
NULL
|
|
};
|
|
|