From 3df7290bb679e4278a962312400cac0af66e0e33 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 19 Sep 2016 23:53:21 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- eselect/postgresql/slots/9.5/base | 2 +- init.d/postgresql-9.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eselect/postgresql/slots/9.5/base b/eselect/postgresql/slots/9.5/base index 438ad1c..39ce257 100644 --- a/eselect/postgresql/slots/9.5/base +++ b/eselect/postgresql/slots/9.5/base @@ -1 +1 @@ -postgres_ebuilds="${postgres_ebuilds} postgresql-9.5.2" +postgres_ebuilds="${postgres_ebuilds} postgresql-9.5.4" diff --git a/init.d/postgresql-9.5 b/init.d/postgresql-9.5 index 4ab27e0..04376f5 100755 --- a/init.d/postgresql-9.5 +++ b/init.d/postgresql-9.5 @@ -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$ -- 2.39.5