From feb517ae133fd4af0dc35725070e80522ea43539 Mon Sep 17 00:00:00 2001 From: Ji-Hyeon Gim Date: Sat, 9 Sep 2017 13:35:25 +0900 Subject: dist: supports initd for non-systemd distros Problem gluster-blockd supports systemd officially but many legacy distros want to use initd Resolve includes initd scripts for non-systemd distros Change-Id: I8495e8d9abbef6d26ac7dc8dbbe6d07e7713f537 Signed-off-by: Ji-Hyeon Gim --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7e5018b..962da8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,8 @@ EXTRA_DIST = autogen.sh README.md COPYING-GPLV2 COPYING-LGPLV3 \ if USE_SYSTEMD RPM_WITH_FLAGS = --with systemd +else +RPM_WITH_FLAGS = --with initd endif rpms: prep -- cgit