service: sysv_chkconfig_order() actually has nothing to do with chkconfig anymore, so rename it

This commit is contained in:
Lennart Poettering 2010-05-19 03:44:37 +02:00
parent b7ccee3c84
commit 56d748b47e
1 changed files with 2 additions and 2 deletions

View File

@ -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) {