From: Austin English Date: Wed, 18 May 2016 06:27:59 +0000 (-0500) Subject: dev-db/postgresql: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=6d432004821a46b0eb125b7bd4e2d0f147179cb8;p=gentoo.git dev-db/postgresql: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/dev-db/postgresql/files/postgresql.init b/dev-db/postgresql/files/postgresql.init index 5f07c4d545fc..0952f1b5def9 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 1c797c19d683..6a0489013a72 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 c85c7075c74d..c8b615a6c86b 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$