distro: don't install initscripts
authorPavel Šimerda <psimerda@redhat.com>
Thu, 2 Aug 2012 14:52:33 +0000 (16:52 +0200)
committerPavel Šimerda <psimerda@redhat.com>
Mon, 29 Oct 2012 23:36:04 +0000 (00:36 +0100)
commit3ee36a6f7458d44f1197a9d00b51c580033f29a7
tree9b0bac5e918c421772b0c26450562bcf5f38565d
parent71e5437f18c260183fe8f3d7c47a8e4c67bdd9d9
distro: don't install initscripts

It doesn't make much sense to install initscripts in current distributions. Most
of them either don't use initscripts at all, locally patch the initscripts or
supply their own. This allows us to eventually drop the --with-distro configure
option.

Many current distributions support multiple init systems and it doesn't make
sense for upstream to make the choice for them. Distributors can still make
their scripts copy one of the initscripts from the source tree if they wish so.
12 files changed:
Makefile.am
configure.ac
initscript/Arch/Makefile.am [deleted file]
initscript/Debian/Makefile.am [deleted file]
initscript/Gentoo/Makefile.am [deleted file]
initscript/Makefile.am [deleted file]
initscript/Mandriva/Makefile.am [deleted file]
initscript/RedHat/Makefile.am [deleted file]
initscript/SUSE/Makefile.am [deleted file]
initscript/Slackware/Makefile.am [deleted file]
initscript/linexa/Makefile.am [deleted file]
initscript/paldo/Makefile.am [deleted file]