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:33 -0400 |
commit | 66d85c5356ac32d1bf1fe13ea36ef81e21de82c2 (patch) | |
tree | b196105985a4e711f933b1bdd49a6c2be5d4fb51 /contrib/start-scripts | |
parent | 375d8526f2900d0c377f44532f6d09ee06531f67 (diff) | |
download | postgresql-66d85c5356ac32d1bf1fe13ea36ef81e21de82c2.tar.gz |
Remove dead URL mention in OSX startup script
Backpatch to 9.3.
Per suggestion from Gavan Schneider
Diffstat (limited to 'contrib/start-scripts')
-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 e4b56dfb3b..22ed9ff45e 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 |