summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2015-09-25 21:16:14 +0200
committerPavel Raiskup <praiskup@redhat.com>2015-09-25 21:16:14 +0200
commit1a59265b75b19c8f777075362bda4385227c2e9c (patch)
tree2f2e3c4737e2a062caabe6666d8c8d667f99f995
parentcf1c35896e56c601a3e75ef30556b95a6df9d615 (diff)
downloadpostgresql-setup-1a59265b75b19c8f777075362bda4385227c2e9c.tar.gz
postgresql-setup-1a59265b75b19c8f777075362bda4385227c2e9c.tar.xz
postgresql-setup-1a59265b75b19c8f777075362bda4385227c2e9c.zip
* postgresql-setup.in: Fix the 'mountpoint' warning,
spotted by Tom Lane.
-rw-r--r--postgresql-setup.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql-setup.in b/postgresql-setup.in
index 20d5ad6..b4e9390 100644
--- a/postgresql-setup.in
+++ b/postgresql-setup.in
@@ -796,7 +796,7 @@ script_result=0
if @MOUNTPOINT@ -q "$pgdata" || @MOUNTPOINT@ -q "$(dirname "$pgdata")"; then
warn $"Note that either your data directory '$pgdata' or"
warn_q $"the parent directory '$(dirname "$pgdata")'"
- warn_q $"is a direct mountpoint. This is usually bad idea and your"
+ warn_q $"is a direct mountpoint. This is usually a bad idea and your"
warn_q $"filesystem layout should ideally look like:"
warn_q $"/ROOT_OWNED_MOUNTPOINT/POSTGRES_OWNED_DIRECTORY/DATADIR."
warn_q $"See the upstream documentation for more info:"