X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sysv%2FMakefile-files;h=c11a6edb0a16c1c26d72d8c322ff61c2f7eb3a7a;hb=HEAD;hp=18b5d13c8afe13e6b86caf6c3d654a6adeaabca4;hpb=9c78378bebc1a9f3d400f422df8ede9efea57dea;p=util-vserver.git diff --git a/sysv/Makefile-files b/sysv/Makefile-files index 18b5d13..c11a6ed 100644 --- a/sysv/Makefile-files +++ b/sysv/Makefile-files @@ -24,7 +24,8 @@ AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += \ sysv_src_SCRPTS = sysv/rebootmgr \ sysv/vprocunhide \ sysv/vservers-default \ - sysv/vservers-legacy + sysv/vservers-legacy \ + sysv/util-vserver sysv_gen_SCRPTS = sysv/v_gated \ sysv/v_httpd \ sysv/v_named \ @@ -35,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 \ @@ -47,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)