Viitor_postgresql/etc/sysconfig/profile.d/PostgreSQL

35 lines
796 B
Plaintext
Raw Normal View History

#!/bin/bash
#Automatische Generierung von glibc
#Script Framework - Automatisiertes Erzeugen der Monsum Linux Distribution
#(c) Rainmaker MultiMedia OHG
#
#$Author$
#$Date$
#$Revision$
#
#$Log$
#Revision 1.4 2006/10/25 12:09:56 kueller
#Anpassung an 32/64 Bit Viitor
#
#Revision 1.3 2001/11/03 20:38:42 segler
#
#Variable PGNET fuer Netzwerkfaehigkeit des postmasters eingefuehrt. (siehe /etc/init.d/postgresql
#
#Revision 1.2 2001/10/08 08:36:04 kueller
#cvs header hinzugef<65>gt
#
#
PGHOME=/opt/PostgreSQL
PGBIN=/opt/PostgreSQL/bin
if [ -d /opt/PostgreSQL/lib64 ]; then
PGLIB=/opt/PostgreSQL/lib64
else
PGLIB=/opt/PostgreSQL/lib
fi
PGDATA=/opt/PostgreSQL/data
PGMANPATH=/opt/PostgreSQL/man
PATH=$PATH:/opt/PostgreSQL/bin
#PGNET="-i"
export PGHOME PGBIN PGLIB PGDATA PGMANPATH PATH PGNET