Viitor_httpd/etc/sysconfig/profile.d/apache2
kueller 0912c997ae V961 Tree Umbau
git-svn-id: svn://svn.compuextreme.de/Viitor/V961/Viitor_httpd@4261 504e572c-2e33-0410-9681-be2bf7408885
2008-05-03 16:58:46 +00:00

31 lines
765 B
Bash

#!/bin/bash
# Initialisierungen fuer apache
# (c) Rainmaker MultiMedia OHG
#
# $Author$
# $Date$
# $Revision$
#
# $Log$
# Revision 1.2 2006/09/12 08:11:00 kueller
# pkgconfig path wird jetzt korrekt gesetzt
#
# Revision 1.1.1.1 2006/05/11 09:22:16 kueller
# Apache2 archive kommt als httpd daher - neues module, neue initialisierungs addons
#
# Revision 1.2 2002/01/12 01:07:53 kueller
# Anpassungen an neues Apache Layout
#
# Revision 1.1 2002/01/12 01:06:41 kueller
# Setzen des Pfades fuer Apache
#
#
PATH=$PATH:/opt/apache2/bin
MANPATH=$MANPATH:/opt/apache/man
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/apache2/lib/pkgconfig
if [ -d /opt/apache2/lib64/pkgconfig ]; then
PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/apache2/lib64/pkgconfig
fi
export PATH MANPATH