From 1a496ed9e4c79f009399a7577a9d182cf22948f3 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Jan 2012 12:21:25 +0000 Subject: main/postfix: replace opts in init.d script ref #943 --- main/postgresql/postgresql.initd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/postgresql/postgresql.initd') diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 3452db856..785826bd2 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 -- cgit v1.2.3