From: Austin English Date: Wed, 18 May 2016 06:32:36 +0000 (-0500) Subject: net-misc/uftp: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0cd0924bdc5a3867c1417758c2c781aab3d80d72;p=gentoo.git net-misc/uftp: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/net-misc/uftp/files/uftpd.init b/net-misc/uftp/files/uftpd.init index e2d6a22bc259..7f4c7abc344c 100644 --- a/net-misc/uftp/files/uftpd.init +++ b/net-misc/uftp/files/uftpd.init @@ -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/net-misc/uftp/files/uftpproxyd.init b/net-misc/uftp/files/uftpproxyd.init index 856226b3e3ea..428ba6176b8b 100644 --- a/net-misc/uftp/files/uftpproxyd.init +++ b/net-misc/uftp/files/uftpproxyd.init @@ -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$