[systemd-commits] src/load-fragment-gperf.gperf.m4

Lennart Poettering lennart at kemper.freedesktop.org
Mon Aug 1 14:15:13 PDT 2011


 src/load-fragment-gperf.gperf.m4 |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit afbb67e485aa76d1b5f19b15f661eb42ae5ca0cd
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Aug 1 23:15:02 2011 +0200

    gperf: fix load-fragment-gperf.gperf.m4 when HAVE_SYSV_COMPAT is not set

diff --git a/src/load-fragment-gperf.gperf.m4 b/src/load-fragment-gperf.gperf.m4
index 6f32fe9..e6d8de7 100644
--- a/src/load-fragment-gperf.gperf.m4
+++ b/src/load-fragment-gperf.gperf.m4
@@ -125,8 +125,7 @@ Service.RemainAfterExit,         config_parse_bool,                  0,
 Service.GuessMainPID,            config_parse_bool,                  0,                             offsetof(Service, guess_main_pid)
 m4_ifdef(`HAVE_SYSV_COMPAT',
 `Service.SysVStartPriority,      config_parse_sysv_priority,         0,                             offsetof(Service, sysv_start_priority)',
-`Service.SysVStartPriority,      config_parse_warn_compat,           0,                             0'
-)
+`Service.SysVStartPriority,      config_parse_warn_compat,           0,                             0')
 Service.NonBlocking,             config_parse_bool,                  0,                             offsetof(Service, exec_context.non_blocking)
 Service.BusName,                 config_parse_unit_string_printf,    0,                             offsetof(Service, bus_name)
 Service.NotifyAccess,            config_parse_notify_access,         0,                             offsetof(Service, notify_access)



More information about the systemd-commits mailing list