FreeBSD Bugzilla – Attachment 237789 Details for
Bug 267500
databases/postgresql*-server: require mountlate in rc.d scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
postgresql.patch (text/plain), 2.99 KB, created by
Dmitry Marakasov
on 2022-11-01 17:46:17 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2022-11-01 17:46:17 UTC
Size:
2.99 KB
patch
obsolete
>commit 3cfa49f4e7dd183c9de56202dff0b74423049874 >Author: Dmitry Marakasov <amdmi3@FreeBSD.org> >Date: Tue May 17 13:49:50 2022 +0300 > > databases/postgresql*-server: depend on mountlate > > This fixes the case where e.g. /tmp is late-mounted tmpfs atop of > ZFS, and if posgresql-server starts before mountlate, its socket is > lost under the mounted filesystem. > >diff --git databases/postgresql10-server/files/postgresql.in databases/postgresql10-server/files/postgresql.in >index 444ab22e89da..48fbadb35d39 100644 >--- databases/postgresql10-server/files/postgresql.in >+++ databases/postgresql10-server/files/postgresql.in >@@ -1,7 +1,7 @@ > #!/bin/sh > > # PROVIDE: postgresql >-# REQUIRE: DAEMON >+# REQUIRE: DAEMON mountlate > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf to enable PostgreSQL: >diff --git databases/postgresql11-server/files/postgresql.in databases/postgresql11-server/files/postgresql.in >index 444ab22e89da..48fbadb35d39 100644 >--- databases/postgresql11-server/files/postgresql.in >+++ databases/postgresql11-server/files/postgresql.in >@@ -1,7 +1,7 @@ > #!/bin/sh > > # PROVIDE: postgresql >-# REQUIRE: DAEMON >+# REQUIRE: DAEMON mountlate > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf to enable PostgreSQL: >diff --git databases/postgresql12-server/files/postgresql.in databases/postgresql12-server/files/postgresql.in >index 444ab22e89da..48fbadb35d39 100644 >--- databases/postgresql12-server/files/postgresql.in >+++ databases/postgresql12-server/files/postgresql.in >@@ -1,7 +1,7 @@ > #!/bin/sh > > # PROVIDE: postgresql >-# REQUIRE: DAEMON >+# REQUIRE: DAEMON mountlate > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf to enable PostgreSQL: >diff --git databases/postgresql13-server/files/postgresql.in databases/postgresql13-server/files/postgresql.in >index 444ab22e89da..48fbadb35d39 100644 >--- databases/postgresql13-server/files/postgresql.in >+++ databases/postgresql13-server/files/postgresql.in >@@ -1,7 +1,7 @@ > #!/bin/sh > > # PROVIDE: postgresql >-# REQUIRE: DAEMON >+# REQUIRE: DAEMON mountlate > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf to enable PostgreSQL: >diff --git databases/postgresql14-server/files/postgresql.in databases/postgresql14-server/files/postgresql.in >index 444ab22e89da..48fbadb35d39 100644 >--- databases/postgresql14-server/files/postgresql.in >+++ databases/postgresql14-server/files/postgresql.in >@@ -1,7 +1,7 @@ > #!/bin/sh > > # PROVIDE: postgresql >-# REQUIRE: DAEMON >+# REQUIRE: DAEMON mountlate > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf to enable PostgreSQL: >diff --git databases/postgresql15-server/files/postgresql.in databases/postgresql15-server/files/postgresql.in >index 444ab22e89da..48fbadb35d39 100644 >--- databases/postgresql15-server/files/postgresql.in >+++ databases/postgresql15-server/files/postgresql.in >@@ -1,7 +1,7 @@ > #!/bin/sh > > # PROVIDE: postgresql >-# REQUIRE: DAEMON >+# REQUIRE: DAEMON mountlate > # KEYWORD: shutdown > # > # Add the following line to /etc/rc.conf to enable PostgreSQL:
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 267500
: 237789