summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:28 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit46cfc87bbf6d55a9a9e35a45fea8bd6c57da201d (patch)
treec2a3ce4a724f3059bfcd4ae58fd891c175f5049c
parentsys-freebsd/freebsd-pf: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-46cfc87bbf6d55a9a9e35a45fea8bd6c57da201d.tar.gz
gentoo-46cfc87bbf6d55a9a9e35a45fea8bd6c57da201d.tar.bz2
gentoo-46cfc87bbf6d55a9a9e35a45fea8bd6c57da201d.zip
sys-freebsd/freebsd-sbin: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--sys-freebsd/freebsd-sbin/files/devd.initd2
-rw-r--r--sys-freebsd/freebsd-sbin/files/idmapd.initd2
-rw-r--r--sys-freebsd/freebsd-sbin/files/ipfw.initd2
-rw-r--r--sys-freebsd/freebsd-sbin/files/sysctl.initd2
4 files changed, 4 insertions, 4 deletions
diff --git a/sys-freebsd/freebsd-sbin/files/devd.initd b/sys-freebsd/freebsd-sbin/files/devd.initd
index 2b70320f4bb8..617125840814 100644
--- a/sys-freebsd/freebsd-sbin/files/devd.initd
+++ b/sys-freebsd/freebsd-sbin/files/devd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
diff --git a/sys-freebsd/freebsd-sbin/files/idmapd.initd b/sys-freebsd/freebsd-sbin/files/idmapd.initd
index 407b0e87f85d..60a0bb8ad30e 100644
--- a/sys-freebsd/freebsd-sbin/files/idmapd.initd
+++ b/sys-freebsd/freebsd-sbin/files/idmapd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
diff --git a/sys-freebsd/freebsd-sbin/files/ipfw.initd b/sys-freebsd/freebsd-sbin/files/ipfw.initd
index 013400bfcf86..13cdaee68d24 100644
--- a/sys-freebsd/freebsd-sbin/files/ipfw.initd
+++ b/sys-freebsd/freebsd-sbin/files/ipfw.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
diff --git a/sys-freebsd/freebsd-sbin/files/sysctl.initd b/sys-freebsd/freebsd-sbin/files/sysctl.initd
index f8a2469ae4d3..9b8aaf8e9b32 100644
--- a/sys-freebsd/freebsd-sbin/files/sysctl.initd
+++ b/sys-freebsd/freebsd-sbin/files/sysctl.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$