diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 77c4ad3c2cd2b080d30c6d76c54fab1c1f656838 (patch) | |
tree | 5506f33242708405d6efbd9ff31458b834f80d83 /mail-mta | |
parent | mail-mta/courier: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-77c4ad3c2cd2b080d30c6d76c54fab1c1f656838.tar.gz gentoo-77c4ad3c2cd2b080d30c6d76c54fab1c1f656838.tar.bz2 gentoo-77c4ad3c2cd2b080d30c6d76c54fab1c1f656838.zip |
mail-mta/exim: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/exim/files/exim.rc8 | 2 | ||||
-rw-r--r-- | mail-mta/exim/files/exim.rc9 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/files/exim.rc8 b/mail-mta/exim/files/exim.rc8 index 582d40d7bd98..c88750b4eee8 100644 --- a/mail-mta/exim/files/exim.rc8 +++ b/mail-mta/exim/files/exim.rc8 @@ -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$ diff --git a/mail-mta/exim/files/exim.rc9 b/mail-mta/exim/files/exim.rc9 index f14d058b7198..447de9c90293 100644 --- a/mail-mta/exim/files/exim.rc9 +++ b/mail-mta/exim/files/exim.rc9 @@ -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$ |