Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pgsql-patches:initscripts commit in: /
Date: Fri, 08 Jun 2012 15:04:21
Message-Id: 1338129761.89cdaf591cf5c1c538a44e8b8f584c4ce20aefe9.titanofold@gentoo
1 commit: 89cdaf591cf5c1c538a44e8b8f584c4ce20aefe9
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 27 14:42:41 2012 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Sun May 27 14:42:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=89cdaf59
7
8 Typo.
9
10 ---
11 postgresql.init | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/postgresql.init b/postgresql.init
15 index fd8368c..9c6edae 100755
16 --- a/postgresql.init
17 +++ b/postgresql.init
18 @@ -120,7 +120,7 @@ stop() {
19 retries="${retries}/SIGQUIT/${FORCE_TIMEOUT}"
20 fi
21
22 - # Loops through nice, rude, and force quite in one go.
23 + # Loops through nice, rude, and force quit in one go.
24 start-stop-daemon --stop \
25 --exec /usr/lib/postgresql-@SLOT@/bin/postgres \
26 --retry ${retries} \