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 | 5ac6637d98f1e53cf2209ba0044a70cb8f4508a8 (patch) | |
tree | 4548b26b7f4b499dce1ae098d16ca5ff931c6645 /mail-mta | |
parent | mail-mta/exim: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-5ac6637d98f1e53cf2209ba0044a70cb8f4508a8.tar.gz gentoo-5ac6637d98f1e53cf2209ba0044a70cb8f4508a8.tar.bz2 gentoo-5ac6637d98f1e53cf2209ba0044a70cb8f4508a8.zip |
mail-mta/nullmailer: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/files/init.d-nullmailer-r4 | 2 | ||||
-rw-r--r-- | mail-mta/nullmailer/files/init.d-nullmailer-r5 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/nullmailer/files/init.d-nullmailer-r4 b/mail-mta/nullmailer/files/init.d-nullmailer-r4 index a46948b5fccc..264f2d6733f4 100644 --- a/mail-mta/nullmailer/files/init.d-nullmailer-r4 +++ b/mail-mta/nullmailer/files/init.d-nullmailer-r4 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/mail-mta/nullmailer/files/init.d-nullmailer-r5 b/mail-mta/nullmailer/files/init.d-nullmailer-r5 index 6d27d8b91a89..154a74f5ec55 100644 --- a/mail-mta/nullmailer/files/init.d-nullmailer-r5 +++ b/mail-mta/nullmailer/files/init.d-nullmailer-r5 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |