mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 18:40:05 +01:00
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:
parent
71e5437f18
commit
3ee36a6f74
12 changed files with 0 additions and 68 deletions
|
|
@ -11,7 +11,6 @@ SUBDIRS = \
|
||||||
tools \
|
tools \
|
||||||
policy \
|
policy \
|
||||||
data \
|
data \
|
||||||
initscript \
|
|
||||||
test \
|
test \
|
||||||
po \
|
po \
|
||||||
man \
|
man \
|
||||||
|
|
|
||||||
10
configure.ac
10
configure.ac
|
|
@ -795,24 +795,14 @@ tools/Makefile
|
||||||
cli/Makefile
|
cli/Makefile
|
||||||
cli/src/Makefile
|
cli/src/Makefile
|
||||||
test/Makefile
|
test/Makefile
|
||||||
initscript/Makefile
|
|
||||||
initscript/RedHat/Makefile
|
|
||||||
initscript/RedHat/NetworkManager
|
initscript/RedHat/NetworkManager
|
||||||
initscript/Gentoo/Makefile
|
|
||||||
initscript/Gentoo/NetworkManager
|
initscript/Gentoo/NetworkManager
|
||||||
initscript/Debian/Makefile
|
|
||||||
initscript/Debian/NetworkManager
|
initscript/Debian/NetworkManager
|
||||||
initscript/Slackware/Makefile
|
|
||||||
initscript/Slackware/rc.networkmanager
|
initscript/Slackware/rc.networkmanager
|
||||||
initscript/SUSE/Makefile
|
|
||||||
initscript/SUSE/networkmanager
|
initscript/SUSE/networkmanager
|
||||||
initscript/Arch/Makefile
|
|
||||||
initscript/Arch/networkmanager
|
initscript/Arch/networkmanager
|
||||||
initscript/paldo/Makefile
|
|
||||||
initscript/paldo/NetworkManager
|
initscript/paldo/NetworkManager
|
||||||
initscript/Mandriva/Makefile
|
|
||||||
initscript/Mandriva/networkmanager
|
initscript/Mandriva/networkmanager
|
||||||
initscript/linexa/Makefile
|
|
||||||
initscript/linexa/networkmanager
|
initscript/linexa/networkmanager
|
||||||
introspection/Makefile
|
introspection/Makefile
|
||||||
introspection/all.xml
|
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
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue