mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-12 09:17:44 +03:00
service: sysv_chkconfig_order() actually has nothing to do with chkconfig anymore, so rename it
This commit is contained in:
parent
b7ccee3c84
commit
56d748b47e
@ -225,7 +225,7 @@ finish:
|
||||
return 1;
|
||||
}
|
||||
|
||||
static int sysv_chkconfig_order(Service *s) {
|
||||
static int sysv_fix_order(Service *s) {
|
||||
Meta *other;
|
||||
int r;
|
||||
|
||||
@ -789,7 +789,7 @@ static int service_load(Unit *u) {
|
||||
if ((r = unit_add_default_cgroup(u)) < 0)
|
||||
return r;
|
||||
|
||||
if ((r = sysv_chkconfig_order(s)) < 0)
|
||||
if ((r = sysv_fix_order(s)) < 0)
|
||||
return r;
|
||||
|
||||
if (s->bus_name) {
|
||||
|
Loading…
Reference in New Issue
Block a user