diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:05 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 7b5497f64f43efb1711aaceb71f2cddac139e350 (patch) | |
tree | 7763b53cba786ca601c966d45dbec7af8cd7e48e /mail-mta | |
parent | mail-mta/opensmtpd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-7b5497f64f43efb1711aaceb71f2cddac139e350.tar.gz gentoo-7b5497f64f43efb1711aaceb71f2cddac139e350.tar.bz2 gentoo-7b5497f64f43efb1711aaceb71f2cddac139e350.zip |
mail-mta/postfix: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/postfix/files/postfix.rc6.2.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/postfix/files/postfix.rc6.2.7 b/mail-mta/postfix/files/postfix.rc6.2.7 index d37981d092a8..73e34f43c516 100644 --- a/mail-mta/postfix/files/postfix.rc6.2.7 +++ b/mail-mta/postfix/files/postfix.rc6.2.7 @@ -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 # $Id$ |