diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:57 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f6e512a9b069dc27cd392322b94d80223f4c8b05 (patch) | |
tree | 3292d7f7789729af1c32a29c01d9791d2bb1451b /net-ftp/vsftpd | |
parent | net-ftp/tftp-hpa: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f6e512a9b069dc27cd392322b94d80223f4c8b05.tar.gz gentoo-f6e512a9b069dc27cd392322b94d80223f4c8b05.tar.bz2 gentoo-f6e512a9b069dc27cd392322b94d80223f4c8b05.zip |
net-ftp/vsftpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-ftp/vsftpd')
-rw-r--r-- | net-ftp/vsftpd/files/vsftpd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/vsftpd/files/vsftpd.init b/net-ftp/vsftpd/files/vsftpd.init index bba2bb0873b0..0b44a693ac7c 100644 --- a/net-ftp/vsftpd/files/vsftpd.init +++ b/net-ftp/vsftpd/files/vsftpd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 # $Id$ |