summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:27:59 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit6d432004821a46b0eb125b7bd4e2d0f147179cb8 (patch)
tree43f467c3750acf507eb968188612ca4e94893ccb /dev-db
parentdev-db/pgpool2: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-6d432004821a46b0eb125b7bd4e2d0f147179cb8.tar.gz
gentoo-6d432004821a46b0eb125b7bd4e2d0f147179cb8.tar.bz2
gentoo-6d432004821a46b0eb125b7bd4e2d0f147179cb8.zip
dev-db/postgresql: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/files/postgresql.init2
-rw-r--r--dev-db/postgresql/files/postgresql.init-9.32
-rw-r--r--dev-db/postgresql/files/postgresql.init-pre_9.22
3 files changed, 3 insertions, 3 deletions
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$