diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 15:50:04 +0000 |
---|---|---|
committer | Jeff Bilyk <jbilyk@gmail.com> | 2012-03-17 15:50:04 +0000 |
commit | f8f9d24fdc471dbf5863b98ba5d03b9768825dad (patch) | |
tree | 70a0d17a0cdb478cbdfd16f4b70a05496d0b9caa /main/postgrey | |
parent | 51469377ee32fa153664b2f881b392e4db69f249 (diff) | |
download | aports-f8f9d24fdc471dbf5863b98ba5d03b9768825dad.tar.bz2 aports-f8f9d24fdc471dbf5863b98ba5d03b9768825dad.tar.xz |
main/postgrey: replace opts
ref #949
Diffstat (limited to 'main/postgrey')
-rw-r--r-- | main/postgrey/postgrey.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgrey/postgrey.initd b/main/postgrey/postgrey.initd index c9e51ceba9..f2f4699abe 100644 --- a/main/postgrey/postgrey.initd +++ b/main/postgrey/postgrey.initd @@ -5,7 +5,7 @@ conf="/etc/conf.d/postgrey" -opts="${opts} reload" +extra_started_commands="reload" depend() { need net |