diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:28:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d7ce294ddfbe54ee99bb4f031c852c859df30623 (patch) | |
tree | 984d0d3f7fb4f8912f6b2323b91824d6da487960 /mail-filter | |
parent | mail-filter/postfwd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d7ce294ddfbe54ee99bb4f031c852c859df30623.tar.gz gentoo-d7ce294ddfbe54ee99bb4f031c852c859df30623.tar.bz2 gentoo-d7ce294ddfbe54ee99bb4f031c852c859df30623.zip |
mail-filter/postgrey: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/postgrey/files/postgrey-1.34-r3.rc.new | 2 | ||||
-rw-r--r-- | mail-filter/postgrey/files/postgrey.rc.new | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail-filter/postgrey/files/postgrey-1.34-r3.rc.new b/mail-filter/postgrey/files/postgrey-1.34-r3.rc.new index 3c19d25ef607..bc77bc6d12a6 100644 --- a/mail-filter/postgrey/files/postgrey-1.34-r3.rc.new +++ b/mail-filter/postgrey/files/postgrey-1.34-r3.rc.new @@ -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 # $Id$ diff --git a/mail-filter/postgrey/files/postgrey.rc.new b/mail-filter/postgrey/files/postgrey.rc.new index 186038758728..d3f46e9db482 100644 --- a/mail-filter/postgrey/files/postgrey.rc.new +++ b/mail-filter/postgrey/files/postgrey.rc.new @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |