diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-11 13:11:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-05-11 13:11:59 +0000 |
commit | a19f172274a829c66e3eb28b719a9f2663d9dc20 (patch) | |
tree | d34de5985ad651ebbedf56a3e6ee94286d0211f8 /main/postgresql-bdr/postgresql-bdr.initd | |
parent | 8e21b4e2b7fe9d38985cc9fab266808083aa4158 (diff) | |
download | aports-a19f172274a829c66e3eb28b719a9f2663d9dc20.tar.bz2 aports-a19f172274a829c66e3eb28b719a9f2663d9dc20.tar.xz |
main/postgresql-bdr: use openrc-run instead of runscript
Diffstat (limited to 'main/postgresql-bdr/postgresql-bdr.initd')
-rw-r--r-- | main/postgresql-bdr/postgresql-bdr.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql-bdr/postgresql-bdr.initd b/main/postgresql-bdr/postgresql-bdr.initd index d47c50540a..b89fe9c78d 100644 --- a/main/postgresql-bdr/postgresql-bdr.initd +++ b/main/postgresql-bdr/postgresql-bdr.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # 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 $ |