diff options
Diffstat (limited to 'postgresql/README')
-rw-r--r-- | postgresql/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/postgresql/README b/postgresql/README index 5e488da..6f98a82 100644 --- a/postgresql/README +++ b/postgresql/README @@ -4,7 +4,7 @@ development history, it is quickly becoming the de facto database for enterprise level open source solutions. Before you can run postgresql you'll need to create the database; -please see README.SBo. +please see README_slackware.txt. You need a "postgres" user and group prior to building postgresql. Something like this will suffice for most systems: @@ -12,3 +12,5 @@ Something like this will suffice for most systems: useradd -u 209 -g 209 -d /var/lib/pgsql postgres Feel free to use a different uid and gid if desired, but 209 is recommended to avoid conflicts with other stuff from SlackBuilds.org. + +This is a fork from slackbuild.org's build script to bump to version 15. |