commit | ee7435b86eee7eb5512a1df30304b54d86cba0af | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Tue Sep 12 14:05:43 2006 +0400 |
committer | Kir Kolyshkin <kir@openvz.org> | Tue Sep 12 14:05:43 2006 +0400 |
tree | 942c5fd2505bb8ca1be938adf3c3deeeb0295614 | |
parent | b98c0b4f0eea7c57a64707189cb6ef8c8d0352db [diff] |
Removed distribution-specific stuff from 'make install' (bug #254) The problem is vzctl's make install installs /etc/init.d/vz and /etc/sysconfig/network-scripts/*venet0. /etc/init.d/vz is RedHat/SUSE specific and does not make sense on, say, Gentoo. So this needs to be removed from make install (and added to make install-redhat). /etc/sysconfig/network-scripts/*venet0 is RedHat-specific as well. Same applies. http://bugzilla.openvz.org/254