From: Lennart Poettering Date: Wed, 19 May 2010 01:44:37 +0000 (+0200) Subject: service: sysv_chkconfig_order() actually has nothing to do with chkconfig anymore... X-Git-Tag: v1~319 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=56d748b47e289fc0fcdf7925df1580afbc2d220a;p=elogind.git service: sysv_chkconfig_order() actually has nothing to do with chkconfig anymore, so rename it --- diff --git a/src/service.c b/src/service.c index dbef725ce..2515cd305 100644 --- a/src/service.c +++ b/src/service.c @@ -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) {