diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:55 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 9c31e0d74d6c53893603b12c395bc461a777c0c4 (patch) | |
tree | c079655213fdc22d304dea017b5a23d60e948c80 /net-ftp | |
parent | net-ftp/oftpd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-9c31e0d74d6c53893603b12c395bc461a777c0c4.tar.gz gentoo-9c31e0d74d6c53893603b12c395bc461a777c0c4.tar.bz2 gentoo-9c31e0d74d6c53893603b12c395bc461a777c0c4.zip |
net-ftp/proftpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-ftp')
-rw-r--r-- | net-ftp/proftpd/files/proftpd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-ftp/proftpd/files/proftpd.initd b/net-ftp/proftpd/files/proftpd.initd index 6462cc8a3b2b..b06d7e81a658 100644 --- a/net-ftp/proftpd/files/proftpd.initd +++ b/net-ftp/proftpd/files/proftpd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |