diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:22 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0f3c9639620184fef2653ef79d5eff4435407682 (patch) | |
tree | 64eae8dcb1c293cdfe52220da8df587a185a0a92 /net-mail | |
parent | net-mail/dbmail: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0f3c9639620184fef2653ef79d5eff4435407682.tar.gz gentoo-0f3c9639620184fef2653ef79d5eff4435407682.tar.bz2 gentoo-0f3c9639620184fef2653ef79d5eff4435407682.zip |
net-mail/dovecot: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/dovecot/files/dovecot.init-r4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/dovecot/files/dovecot.init-r4 b/net-mail/dovecot/files/dovecot.init-r4 index a0d3e53095ec..db2d5325893a 100644 --- a/net-mail/dovecot/files/dovecot.init-r4 +++ b/net-mail/dovecot/files/dovecot.init-r4 @@ -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 or later # $Id$ |