diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:31:21 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b8c24e6f2a4cb10215f3907605450855b1bbb8d0 (patch) | |
tree | 55972695f8d61572b3ca6b1459da8b1a66e6a56e /net-mail | |
parent | net-libs/xrootd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b8c24e6f2a4cb10215f3907605450855b1bbb8d0.tar.gz gentoo-b8c24e6f2a4cb10215f3907605450855b1bbb8d0.tar.bz2 gentoo-b8c24e6f2a4cb10215f3907605450855b1bbb8d0.zip |
net-mail/cyrus-imapd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/cyrus-imapd/files/cyrus.rc6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mail/cyrus-imapd/files/cyrus.rc6 b/net-mail/cyrus-imapd/files/cyrus.rc6 index 89a3b9fc7bbf..b723df8f766c 100644 --- a/net-mail/cyrus-imapd/files/cyrus.rc6 +++ b/net-mail/cyrus-imapd/files/cyrus.rc6 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |