From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SXeBX-0006oj-2c for garchives@archives.gentoo.org; Thu, 24 May 2012 19:58:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A46DCE087D; Thu, 24 May 2012 19:58:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 708A9E087D for ; Thu, 24 May 2012 19:58:46 +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 A0A031B4013 for ; Thu, 24 May 2012 19:58:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 64CF8E542A for ; Thu, 24 May 2012 19:58:44 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1337887447.f324d8c94efcdbc5ee38f8ca040612cc34836e14.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: f324d8c94efcdbc5ee38f8ca040612cc34836e14 X-VCS-Branch: initscripts Date: Thu, 24 May 2012 19:58:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9b317704-f723-44e3-9017-5f20767e4465 X-Archives-Hash: ceca51c09ff0d924e47cb181cc3e0d60 commit: f324d8c94efcdbc5ee38f8ca040612cc34836e14 Author: Aaron W. Swenson gentoo org> AuthorDate: Thu May 24 19:24:07 2012 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Thu May 24 19:24:07 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches= .git;a=3Dcommit;h=3Df324d8c9 If syslog is specified in postgresql.conf, we need it. --- postgresql.init | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/postgresql.init b/postgresql.init index c92aee7..06f2d23 100755 --- a/postgresql.init +++ b/postgresql.init @@ -16,7 +16,7 @@ depend() { provide postgresql =20 if [ "$(get_config log_destination)" =3D "syslog" ]; then - use logger + need logger fi } =20