diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:32:36 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0cd0924bdc5a3867c1417758c2c781aab3d80d72 (patch) | |
tree | c6b13fcb5c3a65538c1a8933292212d50b9c2dae /net-misc/uftp | |
parent | net-misc/ucarp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0cd0924bdc5a3867c1417758c2c781aab3d80d72.tar.gz gentoo-0cd0924bdc5a3867c1417758c2c781aab3d80d72.tar.bz2 gentoo-0cd0924bdc5a3867c1417758c2c781aab3d80d72.zip |
net-misc/uftp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-misc/uftp')
-rw-r--r-- | net-misc/uftp/files/uftpd.init | 2 | ||||
-rw-r--r-- | net-misc/uftp/files/uftpproxyd.init | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |