FreeBSD Bugzilla – Attachment 225226 Details for
Bug 256125
databases/postgresql14-server: fix data directory
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
postgresql14-server.patch (text/plain), 1.77 KB, created by
Dmitry Marakasov
on 2021-05-24 15:47:47 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2021-05-24 15:47:47 UTC
Size:
1.77 KB
patch
obsolete
>commit 745a10e0365640a8cb9947a7d76d9e61e665a11d >Author: Dmitry Marakasov <amdmi3@FreeBSD.org> >Date: Mon May 24 18:46:37 2021 +0300 > > databases/postgresql14-server: fix data directory > >diff --git databases/postgresql14-server/Makefile databases/postgresql14-server/Makefile >index 08e8cb022f31..2a50687eb02b 100644 >--- databases/postgresql14-server/Makefile >+++ databases/postgresql14-server/Makefile >@@ -4,7 +4,7 @@ PORTNAME?= postgresql > DISTVERSION?= 14beta1 > # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and > # not their own. Probably best to keep it at ?=0 when reset here too. >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES?= databases > MASTER_SITES= PGSQL/source/v${DISTVERSION} > PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} >diff --git databases/postgresql14-server/files/postgresql.in databases/postgresql14-server/files/postgresql.in >index d04d3c3fd1a8..795f35a68fbe 100644 >--- databases/postgresql14-server/files/postgresql.in >+++ databases/postgresql14-server/files/postgresql.in >@@ -8,7 +8,7 @@ > # > # postgresql_enable="YES" > # # optional >-# postgresql_data="/var/db/%%PG_USER%%/data13" >+# postgresql_data="/var/db/%%PG_USER%%/data14" > # postgresql_flags="-w -s -m fast" > # postgresql_initdb_flags="--encoding=utf-8 --lc-collate=C" > # postgresql_login_class="default" >@@ -32,7 +32,7 @@ load_rc_config postgresql > postgresql_enable=${postgresql_enable:-"NO"} > postgresql_flags=${postgresql_flags:-"-w -s -m fast"} > postgresql_user=${postgresql_user:-"%%PG_USER%%"} >-eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data13"} >+eval postgresql_data=${postgresql_data:-"~${postgresql_user}/data14"} > postgresql_login_class=${postgresql_login_class:-"default"} > postgresql_initdb_flags=${postgresql_initdb_flags:-"--encoding=utf-8 --lc-collate=C"} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256125
: 225226
Working