~alpine/devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[alpine-devel] [PATCH] main/postgresql: Because version was bumped to 9.3 the conf.d script needs to reflect that change

Details
Message ID
<1378842699-949-1-git-send-email-mika.havela@gmail.com>
Sender timestamp
1378842699
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 main/postgresql/postgresql.confd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd
index 7313984..6984b09 100644
--- a/main/postgresql/postgresql.confd
+++ b/main/postgresql/postgresql.confd
@@ -44,7 +44,7 @@ FORCE_TIMEOUT=2
##############################################################################

# PostgreSQL's Database Directory
PGDATA="/var/lib/postgresql/9.2/data"
PGDATA="/var/lib/postgresql/9.3/data"

# Additional options to pass to initdb.
# See `man initdb' for available options.
-- 
1.8.2.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20130911115326.15145eaf@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1378842699-949-1-git-send-email-mika.havela@gmail.com> (view parent)
Sender timestamp
1378893206
DKIM signature
missing
Download raw message
On Tue, 10 Sep 2013 19:51:39 +0000
Mika Havela <mika.havela@gmail.com> wrote:

> ---
>  main/postgresql/postgresql.confd | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd
> index 7313984..6984b09 100644
> --- a/main/postgresql/postgresql.confd
> +++ b/main/postgresql/postgresql.confd
> @@ -44,7 +44,7 @@ FORCE_TIMEOUT=2
>  ##############################################################################
>  
>  # PostgreSQL's Database Directory
> -PGDATA="/var/lib/postgresql/9.2/data"
> +PGDATA="/var/lib/postgresql/9.3/data"
>  
>  # Additional options to pass to initdb.
>  # See `man initdb' for available options.

I applied with fixed checksum and bumped pkgrel.

Thanks!

-nc


---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)