From: Austin English Date: Wed, 18 May 2016 06:34:38 +0000 (-0500) Subject: sys-fs/owfs: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1922e4e9371c8a6469114e19e2031ba5df9a9d9b;p=gentoo.git sys-fs/owfs: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-fs/owfs/files/owfs.initd b/sys-fs/owfs/files/owfs.initd index 7ed8a51bea1a..cf81205cbfe7 100644 --- a/sys-fs/owfs/files/owfs.initd +++ b/sys-fs/owfs/files/owfs.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-fs/owfs/files/owftpd.initd b/sys-fs/owfs/files/owftpd.initd index eae2782f92f3..7f764197df0d 100644 --- a/sys-fs/owfs/files/owftpd.initd +++ b/sys-fs/owfs/files/owftpd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-fs/owfs/files/owhttpd.initd b/sys-fs/owfs/files/owhttpd.initd index a05f5dce295a..ce5801fa4272 100644 --- a/sys-fs/owfs/files/owhttpd.initd +++ b/sys-fs/owfs/files/owhttpd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-fs/owfs/files/owserver.initd b/sys-fs/owfs/files/owserver.initd index 0ddfbd2f81c9..8cc56f32f7bf 100644 --- a/sys-fs/owfs/files/owserver.initd +++ b/sys-fs/owfs/files/owserver.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$