diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:07 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f34c6f281ee9290624a797fe005ed6c61b3e9bda (patch) | |
tree | bbd5c154c894eb3425d283711ea2bc633a4e06c8 /mail-mta/sendmail/files | |
parent | mail-mta/qpsmtpd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f34c6f281ee9290624a797fe005ed6c61b3e9bda.tar.gz gentoo-f34c6f281ee9290624a797fe005ed6c61b3e9bda.tar.bz2 gentoo-f34c6f281ee9290624a797fe005ed6c61b3e9bda.zip |
mail-mta/sendmail: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-mta/sendmail/files')
-rw-r--r-- | mail-mta/sendmail/files/sendmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/sendmail/files/sendmail b/mail-mta/sendmail/files/sendmail index a977375b56c3..e78b0d069899 100644 --- a/mail-mta/sendmail/files/sendmail +++ b/mail-mta/sendmail/files/sendmail @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |