From 8c484baa3d55d9deef97d6e191a9e420e4fde059 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 6 Jul 2012 18:02:34 -0700 Subject: Got this working for 'brpm' again. --- packages/brpm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'packages/brpm') diff --git a/packages/brpm b/packages/brpm index 7d0dc78f..b1a452fc 100755 --- a/packages/brpm +++ b/packages/brpm @@ -143,15 +143,10 @@ def generate_spec_contents(args, tmpl_fn): changelog_lines.append(line) subs['changelog'] = "\n".join(changelog_lines) - if args.boot == 'initd': - subs['init_d'] = True - subs['init_d_local'] = False - elif args.boot == 'initd-local': - subs['init_d'] = True - subs['init_d_local'] = True + if args.boot == 'sysvinit': + subs['sysvinit'] = True else: - subs['init_d'] = False - subs['init_d_local'] = False + subs['sysvinit'] = False if args.boot == 'systemd': subs['systemd'] = True -- cgit v1.2.3