accountsservice/accountsservice-filter-suse-accounts.patch
Dominique Leuenberger edaa50f605 Accepting request 126254 from home:dimstar:branches:GNOME:Factory
- Add users cyrus, ldap and mailman to the openSUSE specific users
  to be excluded (accountsservice-filter-suse-accounts.patch).
  Fixes bnc#765487.

OBS-URL: https://build.opensuse.org/request/show/126254
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=37
2012-06-27 10:34:58 +00:00

17 lines
424 B
Diff

Index: accountsservice-0.6.21/src/daemon.c
===================================================================
--- accountsservice-0.6.21.orig/src/daemon.c
+++ accountsservice-0.6.21/src/daemon.c
@@ -80,6 +80,11 @@ static const char *default_excludes[] =
"games",
"man",
"at",
+ "beagleindex",
+ "suse-ncc",
+ "mailman",
+ "ldap",
+ "cyrus",
NULL
};