Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/files/
Date: Tue, 09 Apr 2019 08:08:02
Message-Id: 1554795002.23cf041ec8a03256eb984483f61a69c1be8c515c.monsieurp@gentoo
1 commit: 23cf041ec8a03256eb984483f61a69c1be8c515c
2 Author: Gabriel Linder <linder.gabriel <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 23 10:04:55 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 9 07:30:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cf041e
7
8 dev-db/postgresql: fix typo in comment.
9
10 Signed-off-by: Gabriel Linder <linder.gabriel <AT> gmail.com>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.12
12 Closes: https://github.com/gentoo/gentoo/pull/11466
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 dev-db/postgresql/files/postgresql.confd-9.3 | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-db/postgresql/files/postgresql.confd-9.3 b/dev-db/postgresql/files/postgresql.confd-9.3
19 index 8b6d2a09728..38bf113d364 100644
20 --- a/dev-db/postgresql/files/postgresql.confd-9.3
21 +++ b/dev-db/postgresql/files/postgresql.confd-9.3
22 @@ -16,7 +16,7 @@ START_TIMEOUT=10
23 # wait for this to succeed.
24 NICE_TIMEOUT=60
25
26 -# Forecfully disconnect clients from server and shut down. This is performed
27 +# Forcefully disconnect clients from server and shut down. This is performed
28 # after NICE_QUIT. Terminated client connections have their open transactions
29 # rolled back.
30 # Set RUDE_QUIT to "NO" to disable. RUDE_TIMEOUT in seconds.