diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:57 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ff1dc616e07ee4ed8e1e9dfb26ca4b8e39833f79 (patch) | |
tree | 8ee7254fd2e861f9794ad2d82f04a9943ae99dc9 /mail-filter | |
parent | mail-filter/postsrsd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-ff1dc616e07ee4ed8e1e9dfb26ca4b8e39833f79.tar.gz gentoo-ff1dc616e07ee4ed8e1e9dfb26ca4b8e39833f79.tar.bz2 gentoo-ff1dc616e07ee4ed8e1e9dfb26ca4b8e39833f79.zip |
mail-filter/rmilter: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/rmilter/files/rmilter.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/rmilter/files/rmilter.initd b/mail-filter/rmilter/files/rmilter.initd index 0b40013d778e..d155a4a43b4e 100644 --- a/mail-filter/rmilter/files/rmilter.initd +++ b/mail-filter/rmilter/files/rmilter.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |