projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
5a436c3
)
Add missing hunk from the Gentoo initscripts commit.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 1 Feb 2007 12:56:20 +0000 (12:56 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Thu, 1 Feb 2007 12:56:20 +0000 (12:56 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2483
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
sysv/Makefile-files
patch
|
blob
|
history
diff --git
a/sysv/Makefile-files
b/sysv/Makefile-files
index
54deb06
..
c11a6ed
100644
(file)
--- 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)