aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-03-27 15:57:01 -0500
committerSlack Coder <slackcoder@server.ky>2024-03-27 16:41:31 -0500
commitef04462873b369ade9ccd90b764d5e1d45e5f6a2 (patch)
tree111cf17030941e29b57e069f40adc3bf25e178e2
parent8c82741a502c5038a0975f29e31925d458879825 (diff)
downloadslackbuilds-ef04462873b369ade9ccd90b764d5e1d45e5f6a2.tar.xz
Use _slackcoder tags
-rw-r--r--postgresql/README4
-rw-r--r--postgresql/README_slackware.txt (renamed from postgresql/README.SBo)0
-rw-r--r--postgresql/postgresql.SlackBuild2
3 files changed, 4 insertions, 2 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.
diff --git a/postgresql/README.SBo b/postgresql/README_slackware.txt
index 89e1424..89e1424 100644
--- a/postgresql/README.SBo
+++ b/postgresql/README_slackware.txt
diff --git a/postgresql/postgresql.SlackBuild b/postgresql/postgresql.SlackBuild
index 64b8345..63840eb 100644
--- 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}