slackbuilds

My Slackbuilds
Log | Files | Refs | README

commit ef04462873b369ade9ccd90b764d5e1d45e5f6a2
parent 8c82741a502c5038a0975f29e31925d458879825
Author: Slack Coder <slackcoder@server.ky>
Date:   Wed, 27 Mar 2024 15:57:01 -0500

Use _slackcoder tags

Diffstat:
Mpostgresql/README | 4+++-
Rpostgresql/README.SBo -> postgresql/README_slackware.txt | 0
Mpostgresql/postgresql.SlackBuild | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git 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. diff --git a/postgresql/README.SBo b/postgresql/README_slackware.txt diff --git a/postgresql/postgresql.SlackBuild b/postgresql/postgresql.SlackBuild @@ -32,7 +32,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql VERSION=${VERSION:-15.5} BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} +TAG=${TAG:-_slackcoder} PKGTYPE=${PKGTYPE:-tgz} PG_VERSION=${PG_VERSION:-15}