diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4f15ffdba0b6f4c1fccc36b4308149956f8d1753 (patch) | |
tree | 16480c96d3987a24fa3f153d90b4efd8164c27ee /sys-block | |
parent | sys-block/open-iscsi: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4f15ffdba0b6f4c1fccc36b4308149956f8d1753.tar.gz gentoo-4f15ffdba0b6f4c1fccc36b4308149956f8d1753.tar.bz2 gentoo-4f15ffdba0b6f4c1fccc36b4308149956f8d1753.zip |
sys-block/partimage: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/partimage/files/partimaged.init | 2 | ||||
-rw-r--r-- | sys-block/partimage/files/partimaged.init.2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-block/partimage/files/partimaged.init b/sys-block/partimage/files/partimaged.init index 50a03e0d2357..b3b1499716eb 100644 --- a/sys-block/partimage/files/partimaged.init +++ b/sys-block/partimage/files/partimaged.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-block/partimage/files/partimaged.init.2 b/sys-block/partimage/files/partimaged.init.2 index 140f83c9c70f..61e6e648c341 100644 --- a/sys-block/partimage/files/partimaged.init.2 +++ b/sys-block/partimage/files/partimaged.init.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2005-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |