summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:29 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commite0344c25e73eec6ab51ad5435b046bfa33191297 (patch)
tree299268c26872e6118fc51ed784943ff390e3dee9 /sys-freebsd
parentsys-freebsd/freebsd-sbin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-e0344c25e73eec6ab51ad5435b046bfa33191297.tar.gz
gentoo-e0344c25e73eec6ab51ad5435b046bfa33191297.tar.bz2
gentoo-e0344c25e73eec6ab51ad5435b046bfa33191297.zip
sys-freebsd/freebsd-usbin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-usbin/files/iscsid.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/moused.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/nfs.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/nfsmount.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/nfsuserd.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/powerd.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/rarpd.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/rpc.lockd.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/rpc.statd.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/rpcbind.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/syscons.initd2
-rw-r--r--sys-freebsd/freebsd-usbin/files/syslogd.initd2
12 files changed, 12 insertions, 12 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/iscsid.initd b/sys-freebsd/freebsd-usbin/files/iscsid.initd
index dc7aa2980495..f16d00e876ab 100644
--- a/sys-freebsd/freebsd-usbin/files/iscsid.initd
+++ b/sys-freebsd/freebsd-usbin/files/iscsid.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
diff --git a/sys-freebsd/freebsd-usbin/files/moused.initd b/sys-freebsd/freebsd-usbin/files/moused.initd
index f13f5ec12cda..d7ca8e0fcf0a 100644
--- a/sys-freebsd/freebsd-usbin/files/moused.initd
+++ b/sys-freebsd/freebsd-usbin/files/moused.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$
diff --git a/sys-freebsd/freebsd-usbin/files/nfs.initd b/sys-freebsd/freebsd-usbin/files/nfs.initd
index fa54bdb207a5..17974ca0998a 100644
--- a/sys-freebsd/freebsd-usbin/files/nfs.initd
+++ b/sys-freebsd/freebsd-usbin/files/nfs.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
diff --git a/sys-freebsd/freebsd-usbin/files/nfsmount.initd b/sys-freebsd/freebsd-usbin/files/nfsmount.initd
index dfa9a101dc8d..2fb49010a8b0 100644
--- a/sys-freebsd/freebsd-usbin/files/nfsmount.initd
+++ b/sys-freebsd/freebsd-usbin/files/nfsmount.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/sys-freebsd/freebsd-usbin/files/nfsuserd.initd b/sys-freebsd/freebsd-usbin/files/nfsuserd.initd
index 1d7bf0029511..d69007412fc6 100644
--- a/sys-freebsd/freebsd-usbin/files/nfsuserd.initd
+++ b/sys-freebsd/freebsd-usbin/files/nfsuserd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
diff --git a/sys-freebsd/freebsd-usbin/files/powerd.initd b/sys-freebsd/freebsd-usbin/files/powerd.initd
index 293041791747..ff79f6391c4c 100644
--- a/sys-freebsd/freebsd-usbin/files/powerd.initd
+++ b/sys-freebsd/freebsd-usbin/files/powerd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/sys-freebsd/freebsd-usbin/files/rarpd.initd b/sys-freebsd/freebsd-usbin/files/rarpd.initd
index eef661657e73..3c2a3ffe416d 100644
--- a/sys-freebsd/freebsd-usbin/files/rarpd.initd
+++ b/sys-freebsd/freebsd-usbin/files/rarpd.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/sys-freebsd/freebsd-usbin/files/rpc.lockd.initd b/sys-freebsd/freebsd-usbin/files/rpc.lockd.initd
index 0c74b9fed612..dd2fdbe8a756 100644
--- a/sys-freebsd/freebsd-usbin/files/rpc.lockd.initd
+++ b/sys-freebsd/freebsd-usbin/files/rpc.lockd.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-usbin/files/rpc.statd.initd b/sys-freebsd/freebsd-usbin/files/rpc.statd.initd
index 5c3cf30d304f..163af5a4b4a1 100644
--- a/sys-freebsd/freebsd-usbin/files/rpc.statd.initd
+++ b/sys-freebsd/freebsd-usbin/files/rpc.statd.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-usbin/files/rpcbind.initd b/sys-freebsd/freebsd-usbin/files/rpcbind.initd
index 47cb0d359342..1ff98a5ef549 100644
--- a/sys-freebsd/freebsd-usbin/files/rpcbind.initd
+++ b/sys-freebsd/freebsd-usbin/files/rpcbind.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$
diff --git a/sys-freebsd/freebsd-usbin/files/syscons.initd b/sys-freebsd/freebsd-usbin/files/syscons.initd
index 7edcafa332d7..5ab3075c4de5 100644
--- a/sys-freebsd/freebsd-usbin/files/syscons.initd
+++ b/sys-freebsd/freebsd-usbin/files/syscons.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
# $Id$
diff --git a/sys-freebsd/freebsd-usbin/files/syslogd.initd b/sys-freebsd/freebsd-usbin/files/syslogd.initd
index 4367b40ec4ea..87c40cd2a3ed 100644
--- a/sys-freebsd/freebsd-usbin/files/syslogd.initd
+++ b/sys-freebsd/freebsd-usbin/files/syslogd.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$