diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 22:13:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-15 22:13:15 +0200 |
commit | e41f6a3e889182e6ff219824bc45b53716644f64 (patch) | |
tree | 1cb6807b30624ad4c1a5365bc2b7e65f58d3faa6 /package/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c | |
parent | 132651bcd5df48a8c8fbd1c46abade60548d4ae4 (diff) |
remove unsupported packages, no need for polkit to poweroff xbmc
Diffstat (limited to 'package/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c')
-rw-r--r-- | package/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c b/package/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c deleted file mode 100644 index 64608f5b5..000000000 --- a/package/polkit/patches/patch-src_polkitbackend_polkitbackendinteractiveauthority_c +++ /dev/null @@ -1,31 +0,0 @@ ---- polkit-0.112.orig/src/polkitbackend/polkitbackendinteractiveauthority.c 2013-09-18 18:55:09.000000000 +0200 -+++ polkit-0.112/src/polkitbackend/polkitbackendinteractiveauthority.c 2014-01-11 11:22:30.000000000 +0100 -@@ -2103,6 +2103,7 @@ get_users_in_group (PolkitIdentity - return ret; - } - -+#if defined(HAVE_GETNETGRENT) - static GList * - get_users_in_net_group (PolkitIdentity *group, - gboolean include_root) -@@ -2154,6 +2155,7 @@ get_users_in_net_group (PolkitIdentity - endnetgrent (); - return ret; - } -+#endif - - /* ---------------------------------------------------------------------------------------------------- */ - -@@ -2243,10 +2245,12 @@ authentication_agent_initiate_challenge - { - user_identities = g_list_concat (user_identities, get_users_in_group (identity, FALSE)); - } -+#if defined(HAVE_GETNETGRENT) - else if (POLKIT_IS_UNIX_NETGROUP (identity)) - { - user_identities = g_list_concat (user_identities, get_users_in_net_group (identity, FALSE)); - } -+#endif - else - { - g_warning ("Unsupported identity"); |