From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1C6EB138829 for ; Sun, 3 Feb 2013 15:22:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4553E02DF; Sun, 3 Feb 2013 15:22:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72EF7E02DF for ; Sun, 3 Feb 2013 15:22:12 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 801E033DCB3 for ; Sun, 3 Feb 2013 15:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 216AEE4073 for ; Sun, 3 Feb 2013 15:22:10 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1359904221.639d295476a04b5f4a5a6b2b83b44e33774cc695.titanofold@gentoo> Subject: [gentoo-commits] proj/pgsql-patches:initscripts commit in: / X-VCS-Repository: proj/pgsql-patches X-VCS-Files: postgresql.init X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 639d295476a04b5f4a5a6b2b83b44e33774cc695 X-VCS-Branch: initscripts Date: Sun, 3 Feb 2013 15:22:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b28d1d81-32f3-4661-9792-e33bbce72045 X-Archives-Hash: 47fedec01e75be62f3f95b9a1fedfd2c commit: 639d295476a04b5f4a5a6b2b83b44e33774cc695 Author: Aaron W. Swenson gentoo org> AuthorDate: Sun Feb 3 15:10:21 2013 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sun Feb 3 15:10:21 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=639d2954 Wrap line --- postgresql.init | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/postgresql.init b/postgresql.init index b1c0dfd..b716d91 100755 --- a/postgresql.init +++ b/postgresql.init @@ -8,7 +8,8 @@ extra_started_commands="reload" get_config() { [ -f ${PGDATA%/}/postgresql.conf ] || return 1 - eval echo $(sed -e 's:#.*::' ${PGDATA%/}/postgresql.conf | awk '$1 == "'$1'" { print ($2 == "=" ? $3 : $2) }') + eval echo $(sed -e 's:#.*::' ${PGDATA%/}/postgresql.conf \ + | awk '$1 == "'$1'" { print ($2 == "=" ? $3 : $2) }') } depend() {