diff options
author | Bruce Momjian | 2003-11-12 03:28:45 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-11-12 03:28:45 +0000 |
commit | 247809577015bea553d4bb5909aafb8596b49190 (patch) | |
tree | 8d3e27f8a8bd8ee4f3b1bbc15539d2d2ae340e43 | |
parent | 3466e33eacbb0fde5bb4f850700ac00e5a90820b (diff) |
Typo fix in comment from David Wheeler
-rwxr-xr-x | contrib/start-scripts/PostgreSQL.darwin | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/start-scripts/PostgreSQL.darwin b/contrib/start-scripts/PostgreSQL.darwin index 987c162f295..b27f6720034 100755 --- a/contrib/start-scripts/PostgreSQL.darwin +++ b/contrib/start-scripts/PostgreSQL.darwin @@ -18,9 +18,9 @@ # # POSTGRESQLSERVER=-YES- # -# The startup bundle will now be read to go. To prevent this script from +# The startup bundle will now be ready to go. To prevent this script from # starting PostgreSQL at system startup, simply change that line in -# /etc/hostconfig to: +# /etc/hostconfig back to: # # POSTGRESQLSERVER=-NO- # |