summaryrefslogtreecommitdiffstats
path: root/main/pgcluster/pgcluster.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-07 09:30:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-07 09:32:08 +0000
commit56f1ed4d0b525b9bc000047bea70809ba1711c4a (patch)
tree57460b4886df2722b509fbacffad5739efa19d24 /main/pgcluster/pgcluster.initd
parentef73ee2da84cecb091cdfd5267e645a7cb0aa517 (diff)
downloadaports-56f1ed4d0b525b9bc000047bea70809ba1711c4a.tar.bz2
aports-56f1ed4d0b525b9bc000047bea70809ba1711c4a.tar.xz
main/pgcluster: replace opts in init.d scripts
fixes #946 (cherry picked from commit db4d4b9caabb337b737ec40986c362f836ab23bb)
Diffstat (limited to 'main/pgcluster/pgcluster.initd')
-rw-r--r--main/pgcluster/pgcluster.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/pgcluster/pgcluster.initd b/main/pgcluster/pgcluster.initd
index 28606a581..2332ad87c 100644
--- a/main/pgcluster/pgcluster.initd
+++ b/main/pgcluster/pgcluster.initd
@@ -3,7 +3,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/files/postgresql.init-8.3,v 1.4 2008/09/28 22:53:02 caleb Exp $
-opts="${opts} reload setup"
+extra_started_commands="reload"
+extra_stopped_commands="setup"
depend() {
use net