diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b2d60d57dfd9034c9b3184f45e2a1cb171991c4d (patch) | |
tree | 0db2d710a1ad0dc16de60e04543e9bae35c894ba /mail-mta | |
parent | mail-mta/nullmailer: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b2d60d57dfd9034c9b3184f45e2a1cb171991c4d.tar.gz gentoo-b2d60d57dfd9034c9b3184f45e2a1cb171991c4d.tar.bz2 gentoo-b2d60d57dfd9034c9b3184f45e2a1cb171991c4d.zip |
mail-mta/opensmtpd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/opensmtpd/files/smtpd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-mta/opensmtpd/files/smtpd.initd b/mail-mta/opensmtpd/files/smtpd.initd index 995d36ed81e2..6d254f162400 100644 --- a/mail-mta/opensmtpd/files/smtpd.initd +++ b/mail-mta/opensmtpd/files/smtpd.initd @@ -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$ |