aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-05-27 10:42:41 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2012-05-27 10:42:41 -0400
commit89cdaf591cf5c1c538a44e8b8f584c4ce20aefe9 (patch)
tree19a5ac763a69180e25e68f6d65396f4c0315499e
parentMore doubled slash prevention. (diff)
downloadpatches-89cdaf591cf5c1c538a44e8b8f584c4ce20aefe9.tar.gz
patches-89cdaf591cf5c1c538a44e8b8f584c4ce20aefe9.tar.bz2
patches-89cdaf591cf5c1c538a44e8b8f584c4ce20aefe9.zip
Typo.
-rwxr-xr-xpostgresql.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql.init b/postgresql.init
index fd8368c..9c6edae 100755
--- a/postgresql.init
+++ b/postgresql.init
@@ -120,7 +120,7 @@ stop() {
retries="${retries}/SIGQUIT/${FORCE_TIMEOUT}"
fi
- # Loops through nice, rude, and force quite in one go.
+ # Loops through nice, rude, and force quit in one go.
start-stop-daemon --stop \
--exec /usr/lib/postgresql-@SLOT@/bin/postgres \
--retry ${retries} \