From e1090a987657136a4884f7fe36b7c0c31e966df1 Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Thu, 1 Feb 2007 12:56:20 +0000 Subject: [PATCH] Add missing hunk from the Gentoo initscripts commit. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2483 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- sysv/Makefile-files | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysv/Makefile-files b/sysv/Makefile-files index 54deb06..c11a6ed 100644 --- a/sysv/Makefile-files +++ b/sysv/Makefile-files @@ -36,7 +36,6 @@ sysv_gen_SCRPTS = sysv/v_gated \ sysv/v_xinetd sysv_conf_DTA = sysv/vservers.conf -sysconf_DATA += $(sysv_conf_DTA) EXTRA_DIST += sysv/v_gated.subst \ sysv/v_httpd.subst \ sysv/v_named.subst \ @@ -48,8 +47,11 @@ EXTRA_DIST += sysv/v_gated.subst \ $(sysv_src_SCRPTS) \ $(sysv_conf_DTA) +if HAVE_SYSV_INIT +sysconf_DATA += $(sysv_conf_DTA) initrd_SCRIPTS += $(sysv_src_SCRPTS) \ $(sysv_gen_SCRPTS) +endif CLEANFILES += $(sysv_gen_SCRPTS) -- 1.8.1.5