From d0665e19efd69eee31344f1a1af212639dda0943 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Tue, 3 Jul 2012 16:04:58 -0700 Subject: Add the ability to have setup.py have a CLI option that specifies the daemon type which then later affects the installation of certain config files, which then can be extracted during package creation as needed. --- packages/brpm | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/brpm') diff --git a/packages/brpm b/packages/brpm index 3abd9f15..1212b0e4 100755 --- a/packages/brpm +++ b/packages/brpm @@ -150,6 +150,7 @@ def generate_spec_contents(args, tmpl_fn): else: subs['systemd'] = False + subs['daemon_type'] = args.boot return templater.render_from_file(tmpl_fn, params=subs) -- cgit v1.2.3