diff options
author | Thomas Haller <thaller@redhat.com> | 2015-12-07 13:31:10 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2015-12-07 13:37:30 +0100 |
commit | d5a8401686d98dfe5aa02fb5d29fd84e92dc54ff (patch) | |
tree | 2ed2947ca19d8929fafc56304e784e33af0cd351 /.gitignore | |
parent | 9f2326dff0641b82ececbe4e8534506d023ab05c (diff) |
initscript: remove all distribution initscripts
These initscripts weren't modified for a long time. Are they just
unused or flawless? It seems they are no longer best-practice
(e.g. NetworkManager supports reloading configuration via SIGHUP,
which none of these scripts implement).
Nowadays some distributions moved to systemd and quite possible
nobody uses these scripts. Also, any potential downstream user
probably has an adjusted copy of them in their repositories.
Just remove them.
https://mail.gnome.org/archives/networkmanager-list/2015-December/msg00003.html
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index d6a956c53..662933830 100644 --- a/.gitignore +++ b/.gitignore @@ -139,9 +139,6 @@ test-*.trs /include/nm-version-macros.h -/initscript/Slackware/rc.networkmanager -/initscript/*/[Nn]etwork[Mm]anager - /introspection/all.xml /introspection/nmdbus-*.c /introspection/nmdbus-*.h @@ -276,5 +273,7 @@ test-*.trs # but they were on older versions. Thus keep ignoring them # otherwise when switching branches these untracked files show # up. +/initscript/Slackware/rc.networkmanager +/initscript/*/[Nn]etwork[Mm]anager /src/settings/plugins/ifnet/tests/check_ifnet |