diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:29 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 305436da75ca7d995c240b0865bb564519e6c143 (patch) | |
tree | 39554721d9532eb34fdf7c7a2802c272ea9dbd0c /net-mail/up-imapproxy | |
parent | net-mail/tpop3d: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-305436da75ca7d995c240b0865bb564519e6c143.tar.gz gentoo-305436da75ca7d995c240b0865bb564519e6c143.tar.bz2 gentoo-305436da75ca7d995c240b0865bb564519e6c143.zip |
net-mail/up-imapproxy: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail/up-imapproxy')
-rw-r--r-- | net-mail/up-imapproxy/files/imapproxy.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/up-imapproxy/files/imapproxy.initd b/net-mail/up-imapproxy/files/imapproxy.initd index 5ffda2d230f4..e098d9e53dc2 100644 --- a/net-mail/up-imapproxy/files/imapproxy.initd +++ b/net-mail/up-imapproxy/files/imapproxy.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |