diff options
author | Bruce Momjian <bruce@momjian.us> | 2013-09-04 17:04:12 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2013-09-04 17:04:57 -0400 |
commit | dacd258bf14cc78c28b7b773d0f420fd44dd543d (patch) | |
tree | 0ace842ec514ce31e5a6e4c8ed8c1baef453e5af | |
parent | 69876085d69aafed0231abd39f98e2e79cdf2f60 (diff) | |
download | postgresql-dacd258bf14cc78c28b7b773d0f420fd44dd543d.tar.gz postgresql-dacd258bf14cc78c28b7b773d0f420fd44dd543d.zip |
Remove dead URL mention in OSX startup script
Backpatch to 9.3.
Per suggestion from Gavan Schneider
-rwxr-xr-x | contrib/start-scripts/osx/PostgreSQL | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/start-scripts/osx/PostgreSQL b/contrib/start-scripts/osx/PostgreSQL index e4b56dfb3b4..22ed9ff45e8 100755 --- a/contrib/start-scripts/osx/PostgreSQL +++ b/contrib/start-scripts/osx/PostgreSQL @@ -24,11 +24,7 @@ # # POSTGRESQL=-NO- # -# For more information on Darwin/Mac OS X startup bundles, see this article: -# -# http://www.opensource.apple.com/projects/documentation/howto/html/SystemStarter_HOWTO.html -# -# Created by David Wheeler, 2002. +# Created by David Wheeler, 2002 # modified by Ray Aspeitia 12-03-2003 : # added log rotation script to db startup |