summaryrefslogtreecommitdiffstats
path: root/main/postgresql/postgresql.initd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-19 12:21:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-19 12:21:25 +0000
commit1a496ed9e4c79f009399a7577a9d182cf22948f3 (patch)
tree0afb34e6f484c763cbe3b7c5e2a8969e949a2ac1 /main/postgresql/postgresql.initd
parent86afb7175b68ae54d508ec258188607473e4c670 (diff)
downloadaports-fcolista-1a496ed9e4c79f009399a7577a9d182cf22948f3.tar.bz2
aports-fcolista-1a496ed9e4c79f009399a7577a9d182cf22948f3.tar.xz
main/postfix: replace opts in init.d script
ref #943
Diffstat (limited to 'main/postgresql/postgresql.initd')
-rw-r--r--main/postgresql/postgresql.initd3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd
index 3452db8566..785826bd2f 100644
--- a/main/postgresql/postgresql.initd
+++ b/main/postgresql/postgresql.initd
@@ -4,7 +4,8 @@
# $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 $
# Modifications to support Alpine Linux pg-restore
-opts="${opts} reload setup"
+extra_started_commands="reload"
+extra_stopped_commands="setup"
depend() {
use net