Skip to content

Commit

Permalink
Revert "net-misc/networkmanager: Make sure /run/NetworkManager dir is…
Browse files Browse the repository at this point in the history
… available"

No known ACKs from networkmanager maintainers; touches installed file without
coordinated revbump.

This reverts commit ce80d55.

Signed-off-by: Mart Raudsepp <[email protected]>
  • Loading branch information
leio committed Apr 20, 2020
1 parent 7593c89 commit 08d128e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions net-misc/networkmanager/files/init.d.NetworkManager-r1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/sbin/openrc-run
# Copyright (c) 2008 Saleem Abdulrasool <[email protected]>
# Copyright 2013-2020 Gentoo Authors
# Copyright 2013-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

description="NetworkManager daemon. The service is marked as started only \
Expand All @@ -12,12 +12,6 @@ depend() {
provide net
}

start_pre() {
# Make sure we have /run/NetworkManager available or else
# service is seen as crashed by openrc because of missing pidfile
checkpath -q -d /run/NetworkManager
}

start() {
# If we are re-called by a dispatcher event, we want to mark the service
# as started without starting the daemon again
Expand Down

0 comments on commit 08d128e

Please sign in to comment.