From 20771ae336a7c72dc6d2cac2f0c9b0c0f3003379 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Sat, 12 Jan 2013 23:50:56 +0100 Subject: service: remove distribution specific comments, the code runs unconditional now --- src/core/service.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/service.c') diff --git a/src/core/service.c b/src/core/service.c index 70b251f0bb..8e9e11236d 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -1012,14 +1012,14 @@ static int service_load_sysv_name(Service *s, const char *name) { r = service_load_sysv_path(s, path); if (r >= 0 && UNIT(s)->load_state == UNIT_STUB) { - /* Try Debian style *.sh source'able init scripts */ + /* Try *.sh source'able init scripts */ strcat(path, ".sh"); r = service_load_sysv_path(s, path); } free(path); if (r >= 0 && UNIT(s)->load_state == UNIT_STUB) { - /* Try Frugalware style rc.* init scripts */ + /* Try rc.* init scripts */ path = strjoin(*p, "/rc.", name, NULL); if (!path) -- cgit v1.2.3-54-g00ecf