From: Austin English Date: Wed, 18 May 2016 06:34:00 +0000 (-0500) Subject: sys-block/partimage: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=4f15ffdba0b6f4c1fccc36b4308149956f8d1753;p=gentoo.git sys-block/partimage: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$