From: Austin English Date: Wed, 18 May 2016 06:34:26 +0000 (-0500) Subject: sys-freebsd/freebsd-cddl: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e6ba4ec8463eb86384fe121c7d94990cc79451fd;p=gentoo.git sys-freebsd/freebsd-cddl: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-freebsd/freebsd-cddl/files/zfs.initd b/sys-freebsd/freebsd-cddl/files/zfs.initd index f73bdf005584..7daf4458a2ec 100644 --- a/sys-freebsd/freebsd-cddl/files/zfs.initd +++ b/sys-freebsd/freebsd-cddl/files/zfs.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-freebsd/freebsd-cddl/files/zvol.initd b/sys-freebsd/freebsd-cddl/files/zvol.initd index 5a593faec699..0f9fcb9fadb2 100644 --- a/sys-freebsd/freebsd-cddl/files/zvol.initd +++ b/sys-freebsd/freebsd-cddl/files/zvol.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-freebsd/freebsd-cddl/files/zvol.initd-9.0 b/sys-freebsd/freebsd-cddl/files/zvol.initd-9.0 index e80f32437d6b..bfba28f9241d 100644 --- a/sys-freebsd/freebsd-cddl/files/zvol.initd-9.0 +++ b/sys-freebsd/freebsd-cddl/files/zvol.initd-9.0 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$