Rename rtkit_schedule() to rtkit_scheduled().
This commit is contained in:
parent
e13a9ef5fe
commit
064d1b469e
|
@ -52,5 +52,5 @@ miscfiles_read_localization(icecast_t)
|
||||||
sysnet_dns_name_resolve(icecast_t)
|
sysnet_dns_name_resolve(icecast_t)
|
||||||
|
|
||||||
optional_policy(`
|
optional_policy(`
|
||||||
rtkit_schedule(icecast_t)
|
rtkit_scheduled(icecast_t)
|
||||||
')
|
')
|
||||||
|
|
|
@ -49,7 +49,7 @@ interface(`rtkit_daemon_dbus_chat',`
|
||||||
## </summary>
|
## </summary>
|
||||||
## </param>
|
## </param>
|
||||||
#
|
#
|
||||||
interface(`rtkit_schedule',`
|
interface(`rtkit_scheduled',`
|
||||||
gen_require(`
|
gen_require(`
|
||||||
type rtkit_daemon_t;
|
type rtkit_daemon_t;
|
||||||
')
|
')
|
||||||
|
|
Loading…
Reference in New Issue