[csw-devel] SF.net SVN: gar:[11022] csw/mgar/pkg/apache2/trunk/files

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Mon Sep 20 03:25:07 CEST 2010


Revision: 11022
          http://gar.svn.sourceforge.net/gar/?rev=11022&view=rev
Author:   bdwalton
Date:     2010-09-20 01:25:07 +0000 (Mon, 20 Sep 2010)

Log Message:
-----------
apache2: drop a few more files that are no longer required

Removed Paths:
-------------
    csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postinstall
    csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postremove
    csw/mgar/pkg/apache2/trunk/files/ap2dep.dot
    csw/mgar/pkg/apache2/trunk/files/extensionbuild.mk

Deleted: csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postinstall
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postinstall	2010-09-20 01:19:14 UTC (rev 11021)
+++ csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postinstall	2010-09-20 01:25:07 UTC (rev 11022)
@@ -1,18 +0,0 @@
-#!/bin/sh
-
-CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw
-AP2_PREFIX=$CSW_PREFIX/apache2
-AP2_BINDIR=$AP2_PREFIX/sbin
-AP2_HTTPD=$AP2_BINDIR/httpd
-AP2_CTRL=$AP2_BINDIR/apachectl
-AP2_CONF=$AP2_PREFIX/httpd.conf
-SVCADM=/usr/sbin/svcadm
-
-# Fix MPM links
-[ -x "$AP2_HTTPD" ] && mv $AP2_HTTPD $AP2_HTTPD.prefork-save
-cd $AP2_BINDIR
-ln httpd.prefork httpd
-installf $PKGINST $AP2_HTTPD
-installf -f $PKGINST
-
-exit 0

Deleted: csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postremove
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postremove	2010-09-20 01:19:14 UTC (rev 11021)
+++ csw/mgar/pkg/apache2/trunk/files/CSWap2prefork.postremove	2010-09-20 01:25:07 UTC (rev 11022)
@@ -1,41 +0,0 @@
-#!/bin/sh
-
-CSW_PREFIX=${PKG_INSTALL_ROOT}/opt/csw
-AP2_PREFIX=$CSW_PREFIX/apache2
-AP2_BINDIR=$AP2_PREFIX/sbin
-AP2_HTTPD=$AP2_BINDIR/httpd
-AP2_CTRL=$AP2_BINDIR/apachectl
-AP2_CONF=$AP2_PREFIX/etc/httpd.conf
-SVCADM=/usr/sbin/svcadm
-
-# Fix MPM links
-if [ -f "$AP2_HTTPD.prefork-save" ]; then
-    mv $AP2_HTTPD.prefork-save $AP2_HTTPD
-fi
-
-[ ! -f "$AP2_CONF" ] && exit 0
-[ ! -x "$AP2_HTTPD" ] && exit 0
-
-if [ -x "$PKG_INSTALL_ROOT/opt/csw/etc/csw.conf" ] ; then
-    . $PKG_INSTALL_ROOT/opt/csw/etc/csw.conf
-fi
-if [ -x "$PKG_INSTALL_ROOT/etc/opt/csw/csw.conf" ] ; then
-    . $PKG_INSTALL_ROOT/etc/opt/csw/csw.conf
-fi
-
-if [ "$autoenable_daemons" = "no"  -o \
-     "$autoenable_apache2" = "no" ]; then
-    exit 0
-fi
-
-# Restart apache
-if [ -z "$PKG_INSTALL_ROOT" ]; then
-    echo Starting apache...
-    if [ -x "$SVCADM" ]; then
-        $SVCADM enable cswapache2
-    elif [ -x "$AP2_CTRL" ]; then
-        $AP2_CTRL -k start
-    fi
-fi
-
-exit 0

Deleted: csw/mgar/pkg/apache2/trunk/files/ap2dep.dot
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/ap2dep.dot	2010-09-20 01:19:14 UTC (rev 11021)
+++ csw/mgar/pkg/apache2/trunk/files/ap2dep.dot	2010-09-20 01:25:07 UTC (rev 11022)
@@ -1,11 +0,0 @@
-digraph csw {
-    subgraph core {
-        style=filled;
-        color=lightgrey;
-        apache2 -> ap2_prefork -> apache2c -> aprutil -> apr;
-        label = "core packages";
-    }
-    apache2_manual -> apache2;
-    ap2_suexec -> apache2;
-    ap2_worker -> apache2c;
-}

Deleted: csw/mgar/pkg/apache2/trunk/files/extensionbuild.mk
===================================================================
--- csw/mgar/pkg/apache2/trunk/files/extensionbuild.mk	2010-09-20 01:19:14 UTC (rev 11021)
+++ csw/mgar/pkg/apache2/trunk/files/extensionbuild.mk	2010-09-20 01:25:07 UTC (rev 11022)
@@ -1,11 +0,0 @@
-# Apache paths
-AP2_ROOT      = $(prefix)/apache2
-AP2_LIBEXEC   = $(DESTDIR)$(AP2_ROOT)/libexec
-AP2_EXTRACONF = $(DESTDIR)$(AP2_ROOT)/etc/extra
-AP2_SBIN      = $(AP2_ROOT)/sbin
-APXS          = $(AP2_SBIN)/apxs
-
-# APXS commands
-APXS2_BUILD   = $(APXS) -c
-_APXS2_INST   = $(APXS) -S LIBEXECDIR=$(AP2_LIBEXEC) -i
-APXS2_INSTALL = mkdir -p $(AP2_LIBEXEC) ; $(_APXS2_INST)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list