public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/files/
@ 2017-03-28 16:45 Ulrich Müller
  0 siblings, 0 replies; 3+ messages in thread
From: Ulrich Müller @ 2017-03-28 16:45 UTC (permalink / raw
  To: gentoo-commits

commit:     2d956356351a02e9363fcdb185d4b39487fbb3bd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 16:42:46 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 16:43:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d956356

net-misc/networkmanager: Fix bogus license in header.

Bug: 611526
Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-misc/networkmanager/files/init.d.NetworkManager    | 3 ++-
 net-misc/networkmanager/files/init.d.NetworkManager-r1 | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-misc/networkmanager/files/init.d.NetworkManager b/net-misc/networkmanager/files/init.d.NetworkManager
index c0816c18b38..3377cc7c1de 100644
--- a/net-misc/networkmanager/files/init.d.NetworkManager
+++ b/net-misc/networkmanager/files/init.d.NetworkManager
@@ -1,6 +1,7 @@
 #!/sbin/openrc-run
 # Copyright (c) 2008 Saleem Abdulrasool <compnerd@compnerd.org>
-# Distributed under the terms of the GNU General Purpose License v2
+# Copyright 2013-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
 
 description="NetworkManager daemon. The service is marked as started only \
 when a network connection is established."

diff --git a/net-misc/networkmanager/files/init.d.NetworkManager-r1 b/net-misc/networkmanager/files/init.d.NetworkManager-r1
index e5d577432d4..3209644c511 100644
--- a/net-misc/networkmanager/files/init.d.NetworkManager-r1
+++ b/net-misc/networkmanager/files/init.d.NetworkManager-r1
@@ -1,6 +1,7 @@
 #!/sbin/openrc-run
 # Copyright (c) 2008 Saleem Abdulrasool <compnerd@compnerd.org>
-# Distributed under the terms of the GNU General Purpose License v2
+# 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 \
 when a network connection is established."


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/files/
@ 2020-04-20 11:03 Lars Wendler
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Wendler @ 2020-04-20 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     ce80d55ef4d991cc3c86bcfb33999d89a5e6c604
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 11:03:16 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 11:03:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce80d55e

net-misc/networkmanager: Make sure /run/NetworkManager dir is available

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-misc/networkmanager/files/init.d.NetworkManager-r1 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-misc/networkmanager/files/init.d.NetworkManager-r1 b/net-misc/networkmanager/files/init.d.NetworkManager-r1
index 3209644c511..5bd0806eec3 100644
--- a/net-misc/networkmanager/files/init.d.NetworkManager-r1
+++ b/net-misc/networkmanager/files/init.d.NetworkManager-r1
@@ -1,6 +1,6 @@
 #!/sbin/openrc-run
 # Copyright (c) 2008 Saleem Abdulrasool <compnerd@compnerd.org>
-# Copyright 2013-2017 Gentoo Foundation
+# Copyright 2013-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 description="NetworkManager daemon. The service is marked as started only \
@@ -12,6 +12,12 @@ 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/files/
@ 2020-04-20 11:15 Mart Raudsepp
  0 siblings, 0 replies; 3+ messages in thread
From: Mart Raudsepp @ 2020-04-20 11:15 UTC (permalink / raw
  To: gentoo-commits

commit:     08d128e1022326ed57c291abb137e2a48bca8070
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 20 11:14:43 2020 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Mon Apr 20 11:15:21 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d128e1

Revert "net-misc/networkmanager: Make sure /run/NetworkManager dir is available"

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

This reverts commit ce80d55ef4d991cc3c86bcfb33999d89a5e6c604.

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 net-misc/networkmanager/files/init.d.NetworkManager-r1 | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/net-misc/networkmanager/files/init.d.NetworkManager-r1 b/net-misc/networkmanager/files/init.d.NetworkManager-r1
index 5bd0806eec3..3209644c511 100644
--- a/net-misc/networkmanager/files/init.d.NetworkManager-r1
+++ b/net-misc/networkmanager/files/init.d.NetworkManager-r1
@@ -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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-04-20 11:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-28 16:45 [gentoo-commits] repo/gentoo:master commit in: net-misc/networkmanager/files/ Ulrich Müller
  -- strict thread matches above, loose matches on Subject: below --
2020-04-20 11:03 Lars Wendler
2020-04-20 11:15 Mart Raudsepp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox