From 817e224bbce3ed157817961ef19c80a250845a05 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Thu, 29 May 2014 21:51:50 +0200 Subject: Remove sysv parser from service.c Parsing sysv files was moved to the sysv-generator in the previous commit. This patch removes the sysv parsing from serivce.c. Note that this patch drops the following now unused sysv-specific info from service dump: "SysV Init Script has LSB Header: (yes/no)" "SysVEnabled: (yes/no)" "SysVRunLevels: (levels)" --- src/core/service.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/service.h') diff --git a/src/core/service.h b/src/core/service.h index 8c2c819256..b8f0e0c42d 100644 --- a/src/core/service.h +++ b/src/core/service.h @@ -175,13 +175,7 @@ struct Service { bool forbid_restart:1; bool start_timeout_defined:1; #ifdef HAVE_SYSV_COMPAT - bool is_sysv:1; - bool sysv_has_lsb:1; - bool sysv_enabled:1; - int sysv_start_priority_from_rcnd; int sysv_start_priority; - - char *sysv_runlevels; #endif char *bus_name; -- cgit v1.2.3-54-g00ecf