From 6d432004821a46b0eb125b7bd4e2d0f147179cb8 Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:27:59 -0500 Subject: [PATCH] dev-db/postgresql: use #!/sbin/openrc-run instead of #!/sbin/runscript --- dev-db/postgresql/files/postgresql.init | 2 +- dev-db/postgresql/files/postgresql.init-9.3 | 2 +- dev-db/postgresql/files/postgresql.init-pre_9.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-db/postgresql/files/postgresql.init b/dev-db/postgresql/files/postgresql.init index 5f07c4d545fcd..0952f1b5def94 100644 --- a/dev-db/postgresql/files/postgresql.init +++ b/dev-db/postgresql/files/postgresql.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-db/postgresql/files/postgresql.init-9.3 b/dev-db/postgresql/files/postgresql.init-9.3 index 1c797c19d683d..6a0489013a721 100644 --- a/dev-db/postgresql/files/postgresql.init-9.3 +++ b/dev-db/postgresql/files/postgresql.init-9.3 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-db/postgresql/files/postgresql.init-pre_9.2 b/dev-db/postgresql/files/postgresql.init-pre_9.2 index c85c7075c74d8..c8b615a6c86bc 100644 --- a/dev-db/postgresql/files/postgresql.init-pre_9.2 +++ b/dev-db/postgresql/files/postgresql.init-pre_9.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$