Revert "net-misc/networkmanager: Make sure /run/NetworkManager dir is available"
authorMart Raudsepp <leio@gentoo.org>
Mon, 20 Apr 2020 11:14:43 +0000 (14:14 +0300)
committerMart Raudsepp <leio@gentoo.org>
Mon, 20 Apr 2020 11:15:21 +0000 (14:15 +0300)
No known ACKs from networkmanager maintainers; touches installed file without
coordinated revbump.

This reverts commit ce80d55ef4d991cc3c86bcfb33999d89a5e6c604.

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
net-misc/networkmanager/files/init.d.NetworkManager-r1

index 5bd0806eec339bd853f33800e6d3cc2b08b03904..3209644c511f434cdcbe1741b199dd7c8b504bbc 100644 (file)
@@ -1,6 +1,6 @@
 #!/sbin/openrc-run
 # Copyright (c) 2008 Saleem Abdulrasool <compnerd@compnerd.org>
-# 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 \
@@ -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