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.
This commit is contained in:
@@ -11,7 +11,6 @@ SUBDIRS = \
|
||||
tools \
|
||||
policy \
|
||||
data \
|
||||
initscript \
|
||||
test \
|
||||
po \
|
||||
man \
|
||||
|
10
configure.ac
10
configure.ac
@@ -795,24 +795,14 @@ tools/Makefile
|
||||
cli/Makefile
|
||||
cli/src/Makefile
|
||||
test/Makefile
|
||||
initscript/Makefile
|
||||
initscript/RedHat/Makefile
|
||||
initscript/RedHat/NetworkManager
|
||||
initscript/Gentoo/Makefile
|
||||
initscript/Gentoo/NetworkManager
|
||||
initscript/Debian/Makefile
|
||||
initscript/Debian/NetworkManager
|
||||
initscript/Slackware/Makefile
|
||||
initscript/Slackware/rc.networkmanager
|
||||
initscript/SUSE/Makefile
|
||||
initscript/SUSE/networkmanager
|
||||
initscript/Arch/Makefile
|
||||
initscript/Arch/networkmanager
|
||||
initscript/paldo/Makefile
|
||||
initscript/paldo/NetworkManager
|
||||
initscript/Mandriva/Makefile
|
||||
initscript/Mandriva/networkmanager
|
||||
initscript/linexa/Makefile
|
||||
initscript/linexa/networkmanager
|
||||
introspection/Makefile
|
||||
introspection/all.xml
|
||||
|
@@ -1,2 +0,0 @@
|
||||
initddir = $(sysconfdir)/rc.d
|
||||
initd_SCRIPTS = networkmanager
|
@@ -1,2 +0,0 @@
|
||||
initddir = $(sysconfdir)/init.d
|
||||
initd_SCRIPTS = NetworkManager
|
@@ -1,2 +0,0 @@
|
||||
initddir = $(sysconfdir)/init.d
|
||||
initd_SCRIPTS = NetworkManager
|
@@ -1,28 +0,0 @@
|
||||
SUBDIRS =
|
||||
if TARGET_REDHAT
|
||||
SUBDIRS += RedHat
|
||||
endif
|
||||
if TARGET_GENTOO
|
||||
SUBDIRS += Gentoo
|
||||
endif
|
||||
if TARGET_DEBIAN
|
||||
SUBDIRS += Debian
|
||||
endif
|
||||
if TARGET_SLACKWARE
|
||||
SUBDIRS += Slackware
|
||||
endif
|
||||
if TARGET_SUSE
|
||||
SUBDIRS += SUSE
|
||||
endif
|
||||
if TARGET_ARCH
|
||||
SUBDIRS += Arch
|
||||
endif
|
||||
if TARGET_PALDO
|
||||
SUBDIRS += paldo
|
||||
endif
|
||||
if TARGET_MANDRIVA
|
||||
SUBDIRS += Mandriva
|
||||
endif
|
||||
if TARGET_LINEXA
|
||||
SUBDIRS += linexa
|
||||
endif
|
@@ -1,3 +0,0 @@
|
||||
initddir = $(sysconfdir)/rc.d/init.d
|
||||
initd_SCRIPTS = networkmanager
|
||||
|
@@ -1,6 +0,0 @@
|
||||
if !HAVE_SYSTEMD
|
||||
|
||||
initddir = $(sysconfdir)/rc.d/init.d
|
||||
initd_SCRIPTS = NetworkManager
|
||||
|
||||
endif
|
@@ -1,5 +0,0 @@
|
||||
# Nowadays, NetworkManager support is built-in to the SUSE networking
|
||||
# subsystem, therefore a SUSE machine does not want these scripts. Uncomment
|
||||
# this if you actually want external initscripts, such as SUSE 10.0 or earlier.
|
||||
#initddir = $(sysconfdir)/init.d
|
||||
#initd_SCRIPTS = networkmanager
|
@@ -1,3 +0,0 @@
|
||||
initddir = $(sysconfdir)/rc.d
|
||||
initd_SCRIPTS = rc.networkmanager
|
||||
|
@@ -1,3 +0,0 @@
|
||||
initddir = $(sysconfdir)/rc.d/init.d
|
||||
initd_SCRIPTS = networkmanager
|
||||
|
@@ -1,3 +0,0 @@
|
||||
initddir = $(sysconfdir)/init.d
|
||||
initd_SCRIPTS = NetworkManager
|
||||
|
Reference in New Issue
Block a user