diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:26 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e6ba4ec8463eb86384fe121c7d94990cc79451fd (patch) | |
tree | b7a460f9b17a87f2a435e17d46adc49166ebe060 /sys-freebsd | |
parent | sys-devel/icecream: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e6ba4ec8463eb86384fe121c7d94990cc79451fd.tar.gz gentoo-e6ba4ec8463eb86384fe121c7d94990cc79451fd.tar.bz2 gentoo-e6ba4ec8463eb86384fe121c7d94990cc79451fd.zip |
sys-freebsd/freebsd-cddl: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-freebsd')
-rw-r--r-- | sys-freebsd/freebsd-cddl/files/zfs.initd | 2 | ||||
-rw-r--r-- | sys-freebsd/freebsd-cddl/files/zvol.initd | 2 | ||||
-rw-r--r-- | sys-freebsd/freebsd-cddl/files/zvol.initd-9.0 | 2 |
3 files changed, 3 insertions, 3 deletions
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$ |