diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2014-09-09 13:56:29 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2014-09-09 13:58:50 -0400 |
commit | 18af7938c1efa1ad18c876fcc471020c0ad9db07 (patch) | |
tree | c6a3d1a6675d97997759b0ed90b9b7e14a7c4361 /contrib/start-scripts/osx/PostgreSQL | |
parent | 106e4b29c0b1fdba36193bf38896d77fc28ea940 (diff) |
doc: Reflect renaming of Mac OS X to OS X
bug #10528
Diffstat (limited to 'contrib/start-scripts/osx/PostgreSQL')
-rwxr-xr-x | contrib/start-scripts/osx/PostgreSQL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/start-scripts/osx/PostgreSQL b/contrib/start-scripts/osx/PostgreSQL index 22ed9ff45e8..24872b0944d 100755 --- a/contrib/start-scripts/osx/PostgreSQL +++ b/contrib/start-scripts/osx/PostgreSQL @@ -4,7 +4,7 @@ # PostgreSQL RDBMS Server ## -# PostgreSQL boot time startup script for Darwin/Mac OS X. To install, change +# PostgreSQL boot time startup script for OS X. To install, change # the "prefix", "PGDATA", "PGUSER", and "PGLOG" variables below as # necessary. Next, create a new directory, "/Library/StartupItems/PostgreSQL". # Then copy this script and the accompanying "StartupParameters.plist" file |