From 33cb12472c2aeee9eec5e7407457d1a315dc4cbc Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:27:56 -0500 Subject: [PATCH] dev-db/pgagent: use #!/sbin/openrc-run instead of #!/sbin/runscript --- dev-db/pgagent/files/pgagent.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/pgagent/files/pgagent.initd b/dev-db/pgagent/files/pgagent.initd index d168e9a27d2c3..6e3e173414f86 100644 --- a/dev-db/pgagent/files/pgagent.initd +++ b/dev-db/pgagent/files/pgagent.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$