From: Daniel Hokka Zakrisson Date: Thu, 1 Feb 2007 12:56:20 +0000 (+0000) Subject: Add missing hunk from the Gentoo initscripts commit. X-Git-Tag: release-0.30.214~122 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1090a987657136a4884f7fe36b7c0c31e966df1;p=util-vserver.git 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 --- 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)