aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@whissi.de>2016-06-12 23:18:48 +0200
committerThomas Deutschmann <whissi@whissi.de>2016-06-12 23:18:48 +0200
commit9b3dc52ac99397eec0be909ce87c4ecab028661a (patch)
tree94c7352796b5189f223c53dc9913ae1ef7a4f257
parentudev: Bail out early if not running openrc (#19) (diff)
downloadnetifrc-9b3dc52ac99397eec0be909ce87c4ecab028661a.tar.gz
netifrc-9b3dc52ac99397eec0be909ce87c4ecab028661a.tar.bz2
netifrc-9b3dc52ac99397eec0be909ce87c4ecab028661a.zip
net.lo: use #!/sbin/openrc-run instead of #!/sbin/runscript
See: https://bugs.gentoo.org/573846
-rw-r--r--init.d/net.lo.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/net.lo.in b/init.d/net.lo.in
index 31a45e6..a8e19dd 100644
--- a/init.d/net.lo.in
+++ b/init.d/net.lo.in
@@ -1,6 +1,6 @@
-#!@SBINDIR@/runscript
+#!@SBINDIR@/openrc-run
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
-# Copyright (c) 2010-2015 Gentoo Foundation
+# Copyright (c) 2010-2016 Gentoo Foundation
# Released under the 2-clause BSD license.
SHDIR="@LIBEXECDIR@/sh"