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
3 files changed