From 1a59265b75b19c8f777075362bda4385227c2e9c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 25 Sep 2015 21:16:14 +0200 Subject: * postgresql-setup.in: Fix the 'mountpoint' warning, spotted by Tom Lane. --- postgresql-setup.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postgresql-setup.in') 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:" -- cgit