summaryrefslogtreecommitdiff
path: root/sys-freebsd/freebsd-sbin
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 /sys-freebsd/freebsd-sbin
parent11a8ce3a5f62ced34194ff80b601e21f9a835752 (diff)
downloadgentoo-46cfc87bbf6d55a9a9e35a45fea8bd6c57da201d.tar.gz
gentoo-46cfc87bbf6d55a9a9e35a45fea8bd6c57da201d.tar.xz
sys-freebsd/freebsd-sbin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-freebsd/freebsd-sbin')
-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 2b70320f4bb..61712584081 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 407b0e87f85..60a0bb8ad30 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 013400bfcf8..13cdaee68d2 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 f8a2469ae4d..9b8aaf8e9b3 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$